The document describes two hardware design projects for an Arduino board. The first design uses four pins to display numbers from 0-9 by turning the pins on and off in different combinations. It includes the code to initialize the pins, define a function to send the data, and use a switch statement to control the pins for each number. The second design uses seven segments and additional pins to display numbers from 0-9 by illuminating different LED segments for each number. It includes code to initialize the pins and conditionals to control the pins to display each number. Both designs provide code to set up the Arduino and main loop to call the number display functions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
53 views6 pages
Circuitos 2 Corte
The document describes two hardware design projects for an Arduino board. The first design uses four pins to display numbers from 0-9 by turning the pins on and off in different combinations. It includes the code to initialize the pins, define a function to send the data, and use a switch statement to control the pins for each number. The second design uses seven segments and additional pins to display numbers from 0-9 by illuminating different LED segments for each number. It includes code to initialize the pins and conditionals to control the pins to display each number. Both designs provide code to set up the Arduino and main loop to call the number display functions.