Skip to content

Commit 8ff1775

Browse files
authored
Merge pull request #290 from brentru/add-datetime
Add datetime CPython-module Helper
2 parents 64f08b8 + e044edd commit 8ff1775

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,3 +778,6 @@
778778
[submodule "libraries/drivers/aw9523"]
779779
path = libraries/drivers/aw9523
780780
url = https://github.com/adafruit/Adafruit_CircuitPython_AW9523.git
781+
[submodule "libraries/helpers/datetime"]
782+
path = libraries/helpers/datetime
783+
url = https://github.com/adafruit/Adafruit_CircuitPython_datetime.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ modules may have a CircuitPython Core API implementation too.
166166
.. toctree::
167167

168168
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
169+
datetime <https://circuitpython.readthedocs.io/projects/datetime/en/latest/>
169170
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
170171
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
171172
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>

libraries/helpers/datetime

Submodule datetime added at ffa0ec0

0 commit comments

Comments
 (0)