diff --git a/.gitmodules b/.gitmodules index f0579441..4cf468c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -436,6 +436,9 @@ [submodule "libraries/helpers/lifx"] path = libraries/helpers/lifx url = https://github.com/adafruit/Adafruit_CircuitPython_LIFX +[submodule "libraries/helpers/hue"] + path = libraries/helpers/hue + url = https://github.com/adafruit/Adafruit_CircuitPython_Hue.git [submodule "libraries/drivers/lps35hw"] path = libraries/drivers/lps35hw - url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git + url = https://github.com/adafruit/Adafruit_CircuitPython_LPS35HW.git \ No newline at end of file diff --git a/docs/drivers.rst b/docs/drivers.rst index 4cc7343f..3f675f08 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -50,6 +50,7 @@ These libraries build on top of the low level APIs to simplify common tasks. Display Text Fancy LED (similar to FastLED) Framebuf Module + Hue Lights Image Load InfraRed Remote IterTools diff --git a/libraries/helpers/hue b/libraries/helpers/hue new file mode 160000 index 00000000..131cd3ba --- /dev/null +++ b/libraries/helpers/hue @@ -0,0 +1 @@ +Subproject commit 131cd3bad716df113f91855f854f1a3a6f5d8229