diff --git a/.gitmodules b/.gitmodules index 1b8296b8..8569cd66 100644 --- a/.gitmodules +++ b/.gitmodules @@ -433,3 +433,6 @@ [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 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