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 96e7c30 commit 84a84cdCopy full SHA for 84a84cd
README.md
@@ -14,7 +14,7 @@ There are two built-in functions in Arduino Code:
14
`void setup` is where you tell the computer whether
15
an electronic component being programmed is an
16
output device. Other initial setup can be
17
-done here, like the initial mode of an LED
+done here, say, the initial mode of an LED
18
is turned on.
19
20
`void loop` is where the execution of commands
0 commit comments