Skip to content

Commit 5920212

Browse files
Update README.md
1 parent 7b8d41e commit 5920212

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pin, like in our example,
7979
Arduino Digital Pin 13. For a basic LED,
8080
we all know that when there is sufficient
8181
voltage, it will light up and if there
82-
is none, there will be none.
82+
is too low or none at all, there will be none.
8383

8484
`delay` is the command for temporarily delaying
8585
a program, just like a pause. If prior to
@@ -93,3 +93,10 @@ For high-powered servers, it's more than that.
9393
For advanced programmers, this is very critical:
9494
it can be used for multi-tasking, that 1 second
9595
delay can be used by another mini-program.
96+
97+
## Related Project
98+
You may want additional information about the
99+
Arduino UNO board, the breadboard and another
100+
project, so check this out:
101+
102+
<https://github.com/xdvrx1/single-display-arduino-project>

0 commit comments

Comments
 (0)