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:
7
src/p9813/CMakeLists.txt
Normal file
7
src/p9813/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user