Skip to content

Commit a09d1a5

Browse files
Update README.md
1 parent 9d52600 commit a09d1a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ output device. Other initial setup can be
1515
done here, like, the initial mode of an LED
1616
is turned on.
1717

18-
`void loop` is where the execution of programs
19-
happen.
18+
`void loop` is where the execution of commands
19+
happens. Take note, `void loop` is a repeat
20+
forever loop.
2021

2122
Take note of the word `void`. A `void` type
2223
of function will simply execute all the commands

0 commit comments

Comments
 (0)