diff --git a/.gitmodules b/.gitmodules
index ecb0712a..f58d0aeb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -519,4 +519,7 @@
url = https://github.com/adafruit/Adafruit_CircuitPython_hashlib.git
[submodule "libraries/helpers/rsa"]
path = libraries/helpers/rsa
- url = https://github.com/adafruit/Adafruit_CircuitPython_RSA.git
\ No newline at end of file
+ url = https://github.com/adafruit/Adafruit_CircuitPython_RSA.git
+[submodule "libraries/helpers/ntp"]
+ path = libraries/helpers/ntp
+ url = https://github.com/adafruit/Adafruit_CircuitPython_NTP.git
diff --git a/docs/drivers.rst b/docs/drivers.rst
index cba13cf7..26b4ee8d 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -65,6 +65,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
MiniMQTT
miniQR Non-hardware QR code generator
MotorKit
+ NTP (Network time Protocol)
OneWire
PyBadger
PYOA
diff --git a/libraries/helpers/ntp b/libraries/helpers/ntp
new file mode 160000
index 00000000..3bdb4b4c
--- /dev/null
+++ b/libraries/helpers/ntp
@@ -0,0 +1 @@
+Subproject commit 3bdb4b4c0d183fec687fdf2984c0682232671810