Skip to content

Commit dd1e6c1

Browse files
committed
default timeout is 1 second already, also...units dont match between busio and pyserial
1 parent 4abbed1 commit dd1e6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fingerprint_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
led = DigitalInOut(board.D13)
88
led.direction = Direction.OUTPUT
99

10-
uart = busio.UART(board.TX, board.RX, baudrate=57600, timeout=1)
10+
uart = busio.UART(board.TX, board.RX, baudrate=57600)
1111

1212
# If using with a computer such as Linux/RaspberryPi, Mac, Windows...
1313
#import serial

0 commit comments

Comments
 (0)