File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 436
436
[submodule "libraries/helpers/lifx "]
437
437
path = libraries/helpers/lifx
438
438
url = https://github.com/adafruit/Adafruit_CircuitPython_LIFX
439
+ [submodule "libraries/helpers/hue "]
440
+ path = libraries/helpers/hue
441
+ url = https://github.com/adafruit/Adafruit_CircuitPython_Hue.git
439
442
[submodule "libraries/drivers/lps35hw "]
440
443
path = libraries/drivers/lps35hw
441
- url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git
444
+ url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
50
50
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/ >
51
51
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/ >
52
52
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/ >
53
+ Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/ >
53
54
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
54
55
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
55
56
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/ >
You can’t perform that action at this time.
0 commit comments