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 6bdefca commit 30b9ed4Copy full SHA for 30b9ed4
README.md
@@ -21,7 +21,7 @@ as possible to their Arduino programming language counterparts.
21
from Arduino import Arduino
22
import time
23
24
-board = Arduino('9600')
+board = Arduino('9600') #plugged in via USB, serial com at rate 9600
25
26
while True:
27
board.digitalWrite(13, "LOW")
0 commit comments