Skip to content

Commit 04417ed

Browse files
authored
Merge pull request #90 from tekktrik/dev/fix-example-import
Add commented out busio import
2 parents d8fdb0b + 5c1bf71 commit 04417ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/gps_satellitefix.py

+1
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)