@@ -11,10 +11,10 @@ a 7-segment display and basic programming.
1111![ board] ( https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src1.png?raw=true )
1212
1313The Arduino UNO Board is the basic board
14- for beginners doing project in Arduino.
14+ for beginners doing projects in Arduino.
1515
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
1818through an external switch. And you
1919are just limited to that.
2020
@@ -42,7 +42,7 @@ a floating ground.
4242## The BreadBoard
4343![ breadboard] ( https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src3.png?raw=true )
4444
45- Breadboards are convenience for you to
45+ Breadboards are a convenience for you to
4646simply put things in place. Plus,
4747it provides connections either horizontally
4848or vertically for further ease. Because
@@ -54,7 +54,7 @@ will do the job.
5454![ display] ( https://github.com/xdvrx1/single-display-arduino-project/blob/main/res/src2.png?raw=true )
5555
5656To 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'
5858concept of display is the same: the dot-and-no-dot
5959pattern to create a display, whether an image
6060or letter or numbers. You can do the same thing
@@ -293,7 +293,7 @@ The code will simply have the countdown
293293but the individual functions for a certain
294294number can be used several times for your
295295own version. Simply invoke the function
296- inside ` void loop ` .
296+ inside the ` void loop ` .
297297
2982984 . Of course, simulate the program!
299299
0 commit comments