mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
TSL2561: Adding C source
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
set (libname "tsl2561")
|
||||
set (libdescription "upm tsl2561")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME tsl2561
|
||||
DESCRIPTION "upm tsl2561 Digital Light Sensor"
|
||||
C_HDR tsl2561.h
|
||||
C_SRC tsl2561.c
|
||||
CPP_HDR tsl2561.hpp
|
||||
CPP_SRC tsl2561.cxx
|
||||
FTI_SRC tsl2561_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES libmraa)
|
||||
|
Reference in New Issue
Block a user