File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1070
1070
[submodule "libraries/helpers/anchored_group "]
1071
1071
path = libraries/helpers/anchored_group
1072
1072
url = https://github.com/adafruit/Adafruit_CircuitPython_Anchored_Group.git
1073
+ [submodule "libraries/helpers/pathlib "]
1074
+ path = libraries/helpers/pathlib
1075
+ url = https://github.com/adafruit/Adafruit_CircuitPython_Pathlib.git
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ modules may have a CircuitPython Core API implementation too.
190
190
binascii (adafruit_binascii) <https://docs.circuitpython.org/projects/binascii/en/latest/ >
191
191
datetime (adafruit_datetime) <https://docs.circuitpython.org/projects/datetime/en/latest/ >
192
192
IterTools (adafruit_itertools) <https://docs.circuitpython.org/projects/itertools/en/latest/ >
193
+ pathlib (adafruit_pathlib) <https://docs.circuitpython.org/projects/pathlib/en/latest/ >
193
194
Logging (adafruit_logging) <https://docs.circuitpython.org/projects/logging/en/latest/ >
194
195
hashlib (adafruit_hashlib) <https://docs.circuitpython.org/projects/hashlib/en/latest/ >
195
196
You can’t perform that action at this time.
0 commit comments