Skip to content

Commit 47119e7

Browse files
authored
Merge pull request #158 from brentru/add-hue
Add CircuitPython Hue Library
2 parents f3024e1 + 5fdf0d3 commit 47119e7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@
436436
[submodule "libraries/helpers/lifx"]
437437
path = libraries/helpers/lifx
438438
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
439442
[submodule "libraries/drivers/lps35hw"]
440443
path = libraries/drivers/lps35hw
441-
url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git
444+
url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5050
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
5151
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
5252
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
53+
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
5354
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
5455
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
5556
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>

libraries/helpers/hue

Submodule hue added at 131cd3b

0 commit comments

Comments
 (0)