diff --git a/.gitmodules b/.gitmodules index 1b8296b8..53a9f203 100644 --- a/.gitmodules +++ b/.gitmodules @@ -430,6 +430,6 @@ [submodule "libraries/drivers/dymoscale"] path = libraries/drivers/dymoscale url = https://github.com/adafruit/Adafruit_CircuitPython_DymoScale.git -[submodule "libraries/helpers/itertools"] - path = libraries/helpers/itertools - url = https://github.com/adafruit/Adafruit_CircuitPython_IterTools.git +[submodule "libraries/helpers/lifx"] + path = libraries/helpers/lifx + url = https://github.com/adafruit/Adafruit_CircuitPython_LIFX.git \ No newline at end of file diff --git a/docs/drivers.rst b/docs/drivers.rst index 754af06d..5d081c2e 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -54,6 +54,7 @@ These libraries build on top of the low level APIs to simplify common tasks. InfraRed Remote IterTools LED Animation + LIFX Lights Logging Mini ESP Tool miniQR Non-hardware QR code generator diff --git a/libraries/helpers/lifx b/libraries/helpers/lifx new file mode 160000 index 00000000..c004f9f0 --- /dev/null +++ b/libraries/helpers/lifx @@ -0,0 +1 @@ +Subproject commit c004f9f0e74bbd3bdee7cd459554d84500b2df01