We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf4346 commit 00f90c6Copy full SHA for 00f90c6
adafruit_ntp.py
@@ -22,14 +22,17 @@
22
"""
23
`adafruit_ntp`
24
================================================================================
25
+
26
Network Time Protocol (NTP) helper for CircuitPython
27
* Author(s): Brent Rubell
28
29
Implementation Notes
30
--------------------
31
**Hardware:**
32
**Software and Dependencies:**
33
* Adafruit CircuitPython firmware for the supported boards:
34
https://github.com/adafruit/circuitpython/releases
35
36
37
import time
38
import rtc
@@ -41,6 +44,7 @@
41
44
class NTP:
42
45
"""Network Time Protocol (NTP) helper module for CircuitPython.
43
46
This module does not handle daylight savings or local time.
47
48
:param adafruit_esp32spi esp: ESP32SPI object.
49
50
0 commit comments