otp538u: C implementation; FTI; C++ wraps C
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
set (libname "otp538u")
|
||||
set (libdescription "Otp538u IR temperature sensor")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME otp538u
|
||||
DESCRIPTION "OTP538U Analog IR temperature sensor"
|
||||
C_HDR otp538u.h
|
||||
C_SRC otp538u.c
|
||||
CPP_HDR otp538u.hpp
|
||||
CPP_SRC otp538u.cxx
|
||||
FTI_SRC otp538u_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
|
||||
Reference in New Issue
Block a user