p9813: Chainable LEDS

Initial commit of the p9813 chainable LED controller.
Added C, C++, python, java, and node examples.

Signed-off-by: Sergey Kiselev <sergey.kiselev@intel.com>
Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2017-03-08 09:40:56 -08:00
parent b3a5275183
commit 58cdfadf4e
17 changed files with 830 additions and 0 deletions

7
src/p9813/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
upm_mixed_module_init (NAME p9813
DESCRIPTION "P9813 Chainable RGB LEDs"
C_HDR p9813.h
C_SRC p9813.c
CPP_HDR p9813.hpp
CPP_SRC p9813.cxx
REQUIRES mraa)