We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46933c commit a52990bCopy full SHA for a52990b
adafruit_featherwing/gps_featherwing.py
@@ -62,7 +62,7 @@ def __init__(self, update_period=1000, baudrate=9600):
62
63
def update(self):
64
"""
65
- Make sure to call gps.update() every loop iteration and at least twice
+ Make sure to call ``gps.update()`` every loop iteration and at least twice
66
as fast as data comes from the GPS unit (usually every second).
67
68
:return: Whether it has parsed new data
0 commit comments