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 69c71a2 commit 12badb4Copy full SHA for 12badb4
README.md
@@ -97,6 +97,16 @@ For advanced programmers, this is very critical:
97
it can be used for multi-tasking, that 1 second
98
delay can be used by another mini-program.
99
100
+Now, talking about the initial code above,
101
+it will simply have blinking LEDs from
102
+right to left and the interval is 1 second.
103
+You can modify the code to blink at the same
104
+time or another pattern with rhythm by changing
105
+the delay at different parts. As you can see,
106
+you have the full control through your code, as
107
+long as you know how to modify it without
108
+breaking it.
109
+
110
## Related Project
111
You may want additional information about the
112
Arduino UNO board, the breadboard and another
0 commit comments