We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8fdb0b + 5c1bf71 commit 04417edCopy full SHA for 04417ed
examples/gps_satellitefix.py
@@ -15,6 +15,7 @@
15
# a slightly higher timeout (GPS modules typically update once a second).
16
# These are the defaults you should use for the GPS FeatherWing.
17
# For other boards set RX = GPS module TX, and TX = GPS module RX pins.
18
+# import busio
19
# uart = busio.UART(board.TX, board.RX, baudrate=9600, timeout=10)
20
21
# for a computer, use the pyserial library for uart access
0 commit comments