Skip to content

Commit 795003b

Browse files
Update README.md
1 parent f3dcba2 commit 795003b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
This is a simple project in Arduino that uses
66
the breadboard, the microcontroller,
77
a 7-segment display and basic programming.
8+
Take note, there are several ways to do this
9+
same project but we'll focus on one.
810

911
## The Arduino UNO Board
1012

@@ -61,7 +63,9 @@ or letter or numbers. You can do the same thing
6163
by using LEDs to serve as pixels.
6264

6365
But here in our project, we want to use the 7-segment
64-
display as an upgrade from the LEDs.
66+
display as an upgrade from the basic LEDs. It's called
67+
7-segment Display because there are 7 segments of
68+
LEDs.
6569

6670
![display2](https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src7.png?raw=true)
6771

0 commit comments

Comments
 (0)