adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

include key as well as value when iterating over satellite dictionary #98

Closed awordforthat closed 1 year ago

awordforthat commented 1 year ago

One more try at this. uses unpacking to extract keys as well as values.

Tests do pass this time!