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

What is rtc module used in gps_time_source.py code? #109

Closed yalatoom closed 4 months ago

yalatoom commented 4 months ago

I was trying to install the rtc module used in gps_time_source.py but did not find any documentation for that.

anecdata commented 4 months ago

rtc îs a built-in module, already installed within the CircuitPython flash image: https://docs.circuitpython.org/en/latest/shared-bindings/rtc/index.html

anecdata commented 4 months ago

Closing. Feel free to re-open if this does not solve your issue.