Skip to content

Commit f30c617

Browse files
Update README.md
1 parent 1c3a66f commit f30c617

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Arduino Code programming.
44

55
## The Arduino Code
66
Arduino is both software and hardware. Right there,
7-
you can control the design.
7+
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.
810

911
There are two built-in functions in Arduino Code:
1012
`void setup` and `void loop`.

0 commit comments

Comments
 (0)