@@ -11,10 +11,10 @@ a 7-segment display and basic programming.
11
11
![ board] ( https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src1.png?raw=true )
12
12
13
13
The Arduino UNO Board is the basic board
14
- for beginners doing project in Arduino.
14
+ for beginners doing projects in Arduino.
15
15
16
- As from the previuos project, without
17
- a microcontroller, you're only control is
16
+ As from the previous project, without
17
+ a microcontroller, your only control is
18
18
through an external switch. And you
19
19
are just limited to that.
20
20
@@ -42,7 +42,7 @@ a floating ground.
42
42
## The BreadBoard
43
43
![ breadboard] ( https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src3.png?raw=true )
44
44
45
- Breadboards are convenience for you to
45
+ Breadboards are a convenience for you to
46
46
simply put things in place. Plus,
47
47
it provides connections either horizontally
48
48
or vertically for further ease. Because
@@ -54,7 +54,7 @@ will do the job.
54
54
![ display] ( https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src2.png?raw=true )
55
55
56
56
To not complicate things, we just use one 7-segment
57
- Display for the output. Remember, computer monitors
57
+ Display for the output. Remember, computer monitors'
58
58
concept of display is the same: the dot-and-no-dot
59
59
pattern to create a display, whether an image
60
60
or letter or numbers. You can do the same thing
@@ -293,7 +293,7 @@ The code will simply have the countdown
293
293
but the individual functions for a certain
294
294
number can be used several times for your
295
295
own version. Simply invoke the function
296
- inside ` void loop ` .
296
+ inside the ` void loop ` .
297
297
298
298
4 . Of course, simulate the program!
299
299
0 commit comments