Skip to content

Commit 26aa7b1

Browse files
committed
Merge branch 'master' of github.com:dherrada/Adafruit_CircuitPython_GPS
2 parents f355b6c + 0facb5a commit 26aa7b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ An implementation of this can be found in examples/gps_simpletest.py
8181
print('Latitude: {0:.6f} degrees'.format(gps.latitude))
8282
print('Longitude: {0:.6f} degrees'.format(gps.longitude))
8383
84+
85+
These two lines are the lines that actually solve the issue:
86+
87+
.. code-block:: python
88+
89+
print('Latitude: {0:.6f} degrees'.format(gps.latitude))
90+
print('Longitude: {0:.6f} degrees'.format(gps.longitude))
91+
92+
8493
Contributing
8594
============
8695

0 commit comments

Comments
 (0)