Skip to content

Commit 1bcc177

Browse files
committed
Lint.
1 parent efbc25f commit 1bcc177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/us100_simpletest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import time
2-
import adafruit_us100
32

43
# For use with a microcontroller:
54
import board
65
import busio
6+
import adafruit_us100
77
uart = busio.UART(board.TX, board.RX, baudrate=9600)
88

99
# For use with Raspberry Pi/Linux:
1010
# import serial
11+
# import adafruit_us100
1112
# uart = serial.Serial("/dev/ttyS0", baudrate=9600, timeout=1)
1213

1314
us100 = adafruit_us100.US100(uart)

0 commit comments

Comments
 (0)