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 84a84cd commit 610c251Copy full SHA for 610c251
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, say, the initial mode of an LED
+done here, like the initial mode of an LED
18
is turned on.
19
20
`void loop` is where the execution of commands
0 commit comments