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 9d52600 commit a09d1a5Copy full SHA for a09d1a5
README.md
@@ -15,8 +15,9 @@ output device. Other initial setup can be
15
done here, like, the initial mode of an LED
16
is turned on.
17
18
-`void loop` is where the execution of programs
19
-happen.
+`void loop` is where the execution of commands
+happens. Take note, `void loop` is a repeat
20
+forever loop.
21
22
Take note of the word `void`. A `void` type
23
of function will simply execute all the commands
0 commit comments