Skip to content

Commit 124d374

Browse files
authored
Merge pull request #185 from brentru/add-ntp-library
Add NTP Library
2 parents 77d0cbb + 18c26d0 commit 124d374

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

+4-1
Original file line numberDiff line numberDiff line change
@@ -519,4 +519,7 @@
519519
url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git
520520
[submodule "libraries/helpers/rsa"]
521521
path = libraries/helpers/rsa
522-
url = https://github.com/adafruit/Adafruit_CircuitPython_RSA.git
522+
url = https://github.com/adafruit/Adafruit_CircuitPython_RSA.git
523+
[submodule "libraries/helpers/ntp"]
524+
path = libraries/helpers/ntp
525+
url = https://github.com/adafruit/Adafruit_CircuitPython_NTP.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
6565
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
6666
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
6767
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
68+
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
6869
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
6970
PyBadger <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
7071
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>

libraries/helpers/ntp

Submodule ntp added at 3bdb4b4

0 commit comments

Comments
 (0)