Skip to content

Commit 8c3855c

Browse files
authored
Merge pull request #154 from dastels/master
Add IterTools library
2 parents c567ed3 + b9b8c9d commit 8c3855c

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
@@ -430,3 +430,6 @@
430430
[submodule "libraries/drivers/dymoscale"]
431431
path = libraries/drivers/dymoscale
432432
url = https://github.com/adafruit/Adafruit_CircuitPython_DymoScale.git
433+
[submodule "libraries/helpers/itertools"]
434+
path = libraries/helpers/itertools
435+
url = https://github.com/adafruit/Adafruit_CircuitPython_IterTools.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5252
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
5353
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
5454
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
55+
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
5556
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
5657
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
5758
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>

libraries/helpers/itertools

Submodule itertools added at 7a8d752

0 commit comments

Comments
 (0)