Merge pull request #90 from tekktrik/dev/fix-example-import

Add commented out busio import
This commit is contained in:
Mark 2022-10-06 17:54:03 -05:00 committed by GitHub
commit 04417ed2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ import adafruit_gps
# 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