adafruit / Adafruit_CircuitPython_NTP

Network Time Protocol (NTP) Helper for CircuitPython
MIT License
9 stars 18 forks source link

Initial Code - CircuitPython NTP Library #1

Closed brentru closed 5 years ago

brentru commented 5 years ago

This pull request contains the initial code the Network Time Protocol (NTP) helper for CircuitPython.

Note: This library is only compatible with Adafruit_CircuitPython_ESP32SPI version 1.9.0 or above since it depends on the inclusion of the get_time method.

ladyada commented 5 years ago

@jerryneedell zis good now?