mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
tsl2561: light to digital sensor tsl2561
Signed-off-by: Nandkishor <nandkishor.sonar@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:

committed by
Brendan Le Foll

parent
fc776ba3a3
commit
e9da4719fb
5
src/tsl2561/CMakeLists.txt
Normal file
5
src/tsl2561/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "tsl2561")
|
||||
set (libdescription "upm tsl2561")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user