Skip to content

Commit

Permalink
Merge pull request #90 from tekktrik/dev/fix-example-import
Browse files Browse the repository at this point in the history
Add commented out busio import
  • Loading branch information
gamblor21 authored Oct 6, 2022
2 parents d8fdb0b + 5c1bf71 commit 04417ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gps_satellitefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# a slightly higher timeout (GPS modules typically update once a second).
# These are the defaults you should use for the GPS FeatherWing.
# For other boards set RX = GPS module TX, and TX = GPS module RX pins.
# import busio
# uart = busio.UART(board.TX, board.RX, baudrate=9600, timeout=10)

# for a computer, use the pyserial library for uart access
Expand Down

0 comments on commit 04417ed

Please sign in to comment.