File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 519
519
url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git
520
520
[submodule "libraries/helpers/rsa "]
521
521
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
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
65
65
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/ >
66
66
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/ >
67
67
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/ >
68
+ NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/ >
68
69
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/ >
69
70
PyBadger <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/ >
70
71
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/ >
You can’t perform that action at this time.
0 commit comments