Skip to content

Commit 80e3b6d

Browse files
Update README.md
1 parent 6e779aa commit 80e3b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ void loop()
6767
```
6868

6969
### Code Explanation
70-
There are just 3 commands here:
70+
There are just 3 commands being used
71+
here:
7172

7273
`pinMode` is the command you tell the Arduino
7374
board what is the mode of a particular pin.
74-
If ever you did not mention that, then the
75-
default is `input`.
75+
If not, then the default is `input`.
7676

7777
`digitalWrite` is the command whether
7878
there will be supply of voltage `HIGH`

0 commit comments

Comments
 (0)