mirror of
https://github.com/eclipse/upm.git
synced 2025-12-17 22:35:30 +03:00
yg1006: add C driver and example, C++ wraps C driver
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
set (libname "yg1006")
|
||||
set (libdescription "upm yg1006 flame sensor module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME yg1006
|
||||
DESCRIPTION "UPM flame sensor"
|
||||
C_HDR yg1006.h
|
||||
C_SRC yg1006.c
|
||||
CPP_HDR yg1006.hpp
|
||||
CPP_SRC yg1006.cxx
|
||||
FTI_SRC yg1006_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
|
||||
Reference in New Issue
Block a user