Skip to content

Commit f253e4f

Browse files
committed
And that one
1 parent c5c827d commit f253e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/cheat_sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ R.ruggeduino.pins[2].digital_write(False)
216216
You can read a digital value from the pins of the Ruggeduino:
217217

218218
~~~~~ python
219-
R.ruggeduinos['1234567890'].pins[3].mode = INPUT
219+
R.ruggeduino.pins[3].mode = INPUT
220220

221221
value = R.ruggeduino.pins[3].digital_read()
222222
~~~~~

0 commit comments

Comments
 (0)