tcs3414cs:: added new color sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-27 12:40:33 +00:00
parent e7d811e4df
commit 50fd1d7478
9 changed files with 398 additions and 0 deletions

View File

@ -0,0 +1,5 @@
set (libname "tcs3414cs")
set (libdescription "I2C Color sensor")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()