Skip to content

Commit 5c1bf71

Browse files
authored
Add commented out busio import
1 parent d8fdb0b commit 5c1bf71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/gps_satellitefix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# a slightly higher timeout (GPS modules typically update once a second).
1616
# These are the defaults you should use for the GPS FeatherWing.
1717
# For other boards set RX = GPS module TX, and TX = GPS module RX pins.
18+
# import busio
1819
# uart = busio.UART(board.TX, board.RX, baudrate=9600, timeout=10)
1920

2021
# for a computer, use the pyserial library for uart access

0 commit comments

Comments
 (0)