Skip to content

Commit 12badb4

Browse files
Update README.md
1 parent 69c71a2 commit 12badb4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ For advanced programmers, this is very critical:
9797
it can be used for multi-tasking, that 1 second
9898
delay can be used by another mini-program.
9999

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+
100110
## Related Project
101111
You may want additional information about the
102112
Arduino UNO board, the breadboard and another

0 commit comments

Comments
 (0)