mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
water: 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 @@
|
||||
upm_mixed_module_init (NAME water
|
||||
DESCRIPTION "UPM water sensor module"
|
||||
C_HDR water.h
|
||||
C_SRC water.c
|
||||
CPP_HDR water.hpp
|
||||
CPP_SRC water.cxx
|
||||
FTI_SRC water_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
|
Reference in New Issue
Block a user