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 6e779aa commit 80e3b6dCopy full SHA for 80e3b6d
README.md
@@ -67,12 +67,12 @@ void loop()
67
```
68
69
### Code Explanation
70
-There are just 3 commands here:
+There are just 3 commands being used
71
+here:
72
73
`pinMode` is the command you tell the Arduino
74
board what is the mode of a particular pin.
-If ever you did not mention that, then the
75
-default is `input`.
+If not, then the default is `input`.
76
77
`digitalWrite` is the command whether
78
there will be supply of voltage `HIGH`
0 commit comments