kopia lustrzana https://github.com/inmcm/micropyGPS
Add utility function for easier GPGSV sentence parsing
rodzic
70bd71b32f
commit
5faa1a241c
|
@ -654,6 +654,12 @@ class MicropyGPS(object):
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
def unset_satellite_data_updated(self):
|
||||||
|
"""
|
||||||
|
Mark GSV sentences as read indicating the data has been used and future updates are fresh
|
||||||
|
"""
|
||||||
|
self.last_sv_sentence = 0
|
||||||
|
|
||||||
def satellites_visible(self):
|
def satellites_visible(self):
|
||||||
"""
|
"""
|
||||||
Returns a list of of the satellite PRNs currently visible to the receiver
|
Returns a list of of the satellite PRNs currently visible to the receiver
|
||||||
|
|
Ładowanie…
Reference in New Issue