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

View File

@ -330,6 +330,7 @@ add_example (rf22-client)
add_example (mcp2515)
add_example (max30100)
add_example (sensortemplate)
add_example (p9813)
# These are special cases where you specify example binary, source file and module(s)
include_directories (${PROJECT_SOURCE_DIR}/src)