Skip to content

Commit 2c8df17

Browse files
Update README.md
1 parent 6ff4816 commit 2c8df17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1313
The 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
1818
through an external switch. And you
1919
are 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
4646
simply put things in place. Plus,
4747
it provides connections either horizontally
4848
or 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

5656
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'
5858
concept of display is the same: the dot-and-no-dot
5959
pattern to create a display, whether an image
6060
or letter or numbers. You can do the same thing
@@ -293,7 +293,7 @@ The code will simply have the countdown
293293
but the individual functions for a certain
294294
number can be used several times for your
295295
own version. Simply invoke the function
296-
inside `void loop`.
296+
inside the `void loop`.
297297

298298
4. Of course, simulate the program!
299299

0 commit comments

Comments
 (0)