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.
2 parents 1e52be3 + 7aca5a2 commit 0420430Copy full SHA for 0420430
examples/us100_simpletest.py
@@ -6,6 +6,11 @@
6
import adafruit_us100
7
uart = busio.UART(board.TX, board.RX, baudrate=9600)
8
9
+# For use with USB-to-serial cable:
10
+# import serial
11
+# import adafruit_us100
12
+# uart = serial.Serial("/dev/ttyUSB0", baudrate=9600, timeout=1)
13
+
14
# For use with Raspberry Pi/Linux:
15
# import serial
16
# import adafruit_us100
0 commit comments