Skip to content

Commit a164bd1

Browse files
committed
Fix some formatting in README.
1 parent a9875f9 commit a164bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ In order to use the nice IO names, simply import `pyduino-includes` in your SNAP
3030
from PyduinoIncludes import *
3131

3232
def drive_d4_pin_high():
33-
setPinDir(D4 ,True)
34-
writePin(D4 ,True)
33+
setPinDir(D4, True)
34+
writePin(D4, True)
3535
```
3636

3737
Pins can be referenced as follows:

0 commit comments

Comments
 (0)