Arrays with a 7-segment LED display

🕒 < 1 m read

This is another project using Arduino Uno. In this project, I used a 7-segment LED display to loop the digits 0-9 using array though there are still some bugs in the program.

7Segment
For this project, a simple for() loop is used to run through a predefined number array (which specifies which pins to be on or off to display a certain number). The array would consists of pin descriptions for the numbers from 0 to 9.

Demo

Code

[Coming soon…]

Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *