otp538u: C implementation; FTI; C++ wraps C

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-11-07 13:53:11 -07:00
parent 1aa748e3d6
commit 1630ebfca4
10 changed files with 906 additions and 393 deletions

View File

@@ -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)