adding adafruit_pathlib
This commit is contained in:
parent
792c50bd5f
commit
4d9243e7c6
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
||||
|
|
|
|||
1
libraries/helpers/pathlib
Submodule
1
libraries/helpers/pathlib
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3aa6b4ce7a976c63abf6cfa7653f6a5f6ac36b9c
|
||||
Loading…
Reference in a new issue