apds9930: Initial implementation

Signed-off-by: Lay, Kuan Loon <kuan.loon.lay@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Lay, Kuan Loon
2015-11-06 15:12:51 +08:00
committed by Mihai Tudor Panu
parent 8cec2ad473
commit 828a9ce7d8
8 changed files with 243 additions and 0 deletions

View File

@ -240,6 +240,7 @@ if (MODBUS_FOUND)
endif()
add_example (hdxxvxta)
add_example (rhusb)
add_example (apds9930)
# These are special cases where you specify example binary, source file and module(s)
include_directories (${PROJECT_SOURCE_DIR}/src)