mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 10:51:12 +03:00
lm35: add C driver and example; FTI; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
set (libname "lm35")
|
||||
set (libdescription "upm DFRobot LM35 temperature sensor")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME lm35
|
||||
DESCRIPTION "LM35 Temperature Sensor"
|
||||
C_HDR lm35.h
|
||||
C_SRC lm35.c
|
||||
CPP_HDR lm35.hpp
|
||||
CPP_SRC lm35.cxx
|
||||
FTI_SRC lm35_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
Reference in New Issue
Block a user