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 71c87a3 commit 1fe52b3Copy full SHA for 1fe52b3
adafruit_ntp.py
@@ -24,14 +24,16 @@
24
================================================================================
25
26
Network Time Protocol (NTP) helper for CircuitPython
27
-* Author(s): Brent Rubell
+
28
+ * Author(s): Brent Rubell
29
30
Implementation Notes
31
--------------------
32
**Hardware:**
33
**Software and Dependencies:**
-* Adafruit CircuitPython firmware for the supported boards:
34
- https://github.com/adafruit/circuitpython/releases
35
+ * Adafruit CircuitPython firmware for the supported boards:
36
+ https://github.com/adafruit/circuitpython/releases
37
38
"""
39
import time
0 commit comments