We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dcba2 commit 795003bCopy full SHA for 795003b
README.md
@@ -5,6 +5,8 @@
5
This is a simple project in Arduino that uses
6
the breadboard, the microcontroller,
7
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.
10
11
## The Arduino UNO Board
12
@@ -61,7 +63,9 @@ or letter or numbers. You can do the same thing
61
63
by using LEDs to serve as pixels.
62
64
65
But here in our project, we want to use the 7-segment
-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.
69
70

71
0 commit comments