From 3a91621394aebcf65feaff59dee8342fd97f8933 Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 18 Apr 2019 12:03:17 -0400 Subject: [PATCH 1/2] add module --- .gitmodules | 3 +++ libraries/helpers/hue | 1 + 2 files changed, 4 insertions(+) create mode 160000 libraries/helpers/hue diff --git a/.gitmodules b/.gitmodules index 8569cd66..58e86783 100644 --- a/.gitmodules +++ b/.gitmodules @@ -436,3 +436,6 @@ [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 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 From 6e8bdad3dbb48f6740c68406c2aff2765f965cf9 Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 18 Apr 2019 12:04:39 -0400 Subject: [PATCH 2/2] add drivers.rst file --- docs/drivers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/drivers.rst b/docs/drivers.rst index 5d081c2e..4562b425 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