Added bindings for iMoisture sensors.

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
Serban Waltter
2018-06-21 16:45:19 +03:00
parent e489f6c180
commit 0483ffcff4
5 changed files with 35 additions and 3 deletions

View File

@ -4,6 +4,7 @@ upm_mixed_module_init (NAME moisture
C_SRC moisture.c
CPP_HDR moisture.hpp
CPP_SRC moisture.cxx
IFACE_HDR iMoisture.hpp
FTI_SRC moisture_fti.c
CPP_WRAPS_C
REQUIRES mraa)