Skip to content

Commit e7686a1

Browse files
Update README.md
1 parent 86e60aa commit e7686a1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,17 @@ For example, they can accomplish, say,
9595
a thousand tasks in just 1 second.
9696
For high-powered servers, it's more than that.
9797
For advanced programmers, this is very critical:
98-
it can be used for multi-tasking, that 1 second
99-
delay can be used by another mini-program.
98+
it can be used for multitasking, say,
99+
that 1 second delay can be used by
100+
to do other tasks within the main program.
100101

101102
Now, talking about the initial code above,
102103
it will simply have blinking LEDs from
103104
right to left and the interval is 1 second.
105+
And since it is a repeat forever loop,
106+
it will simply continue doing the same
107+
thing until you stop it.
108+
104109
You can modify the code to blink at the same
105110
time or another pattern with rhythm by changing
106111
the delay at different parts. As you can see,

0 commit comments

Comments
 (0)