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 1c3a66f commit f30c617Copy full SHA for f30c617
README.md
@@ -4,7 +4,9 @@ Arduino Code programming.
4
5
## The Arduino Code
6
Arduino is both software and hardware. Right there,
7
-you can control the design.
+you can control your design (hardware) through
8
+the code (software). So, it's one of the reason
9
+also that Arduino is used extensively in prototyping.
10
11
There are two built-in functions in Arduino Code:
12
`void setup` and `void loop`.
0 commit comments