drivers: led_strip: add public API for addressable LED strips

This API covers drivers for strips, or strings, of individually
addressable LEDs. Both RGB and grayscale LED strip drivers can be
implemented within these APIs.

The API only provides for updating the entire strip, since not all
strips support updating individual LEDs without affecting the others.

Subsequent patches will add individual driver support.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
Marti Bolivar 2017-10-16 16:02:23 -04:00 committed by Anas Nashif
commit b533841bf0
5 changed files with 168 additions and 0 deletions

View file

@ -76,4 +76,6 @@ source "drivers/crypto/Kconfig"
source "drivers/display/Kconfig"
source "drivers/led_strip/Kconfig"
endmenu