Skip to content

Commit 2d1420d

Browse files
authored
Merge pull request #155 from brentru/lifx-library
LIFX Helper
2 parents 6269abc + d16f4f6 commit 2d1420d

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
@@ -433,3 +433,6 @@
433433
[submodule "libraries/helpers/itertools"]
434434
path = libraries/helpers/itertools
435435
url = https://github.com/adafruit/Adafruit_CircuitPython_IterTools.git
436+
[submodule "libraries/helpers/lifx"]
437+
path = libraries/helpers/lifx
438+
url = https://github.com/adafruit/Adafruit_CircuitPython_LIFX

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5454
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
5555
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
5656
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
57+
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>
5758
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
5859
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
5960
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>

libraries/helpers/lifx

Submodule lifx added at c004f9f

0 commit comments

Comments
 (0)