water: add C driver and example. C++ wraps C driver.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-09-22 16:42:16 -06:00
parent 29b11063ee
commit dff782a477
11 changed files with 364 additions and 18 deletions

View File

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