guvas12d: 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 "guvas12d")
|
||||
set (libdescription "Guvas12d UV sensor module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME guvas12d
|
||||
DESCRIPTION "Guvas12d analog UV sensor"
|
||||
C_HDR guvas12d.h
|
||||
C_SRC guvas12d.c
|
||||
CPP_HDR guvas12d.hpp
|
||||
CPP_SRC guvas12d.cxx
|
||||
FTI_SRC guvas12d_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
|
||||
Reference in New Issue
Block a user