Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1070,3 +1070,6 @@
[submodule "libraries/helpers/anchored_group"]
path = libraries/helpers/anchored_group
url = https://github.com/adafruit/Adafruit_CircuitPython_Anchored_Group.git
[submodule "libraries/helpers/pathlib"]
path = libraries/helpers/pathlib
url = https://github.com/adafruit/Adafruit_CircuitPython_Pathlib.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ modules may have a CircuitPython Core API implementation too.
binascii (adafruit_binascii) <https://docs.circuitpython.org/projects/binascii/en/latest/>
datetime (adafruit_datetime) <https://docs.circuitpython.org/projects/datetime/en/latest/>
IterTools (adafruit_itertools) <https://docs.circuitpython.org/projects/itertools/en/latest/>
pathlib (adafruit_pathlib) <https://docs.circuitpython.org/projects/pathlib/en/latest/>
Logging (adafruit_logging) <https://docs.circuitpython.org/projects/logging/en/latest/>
hashlib (adafruit_hashlib) <https://docs.circuitpython.org/projects/hashlib/en/latest/>

Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/pathlib
Submodule pathlib added at 3aa6b4