WFS: Added water flow sensor without grove dependency

Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
Sisinty Sasmita Patra
2016-09-14 11:37:08 -07:00
committed by Noel Eck
parent 81e4eb07bf
commit b65908ea24
13 changed files with 563 additions and 0 deletions

8
src/wfs/jsupm_wfs.i Normal file
View File

@@ -0,0 +1,8 @@
%module jsupm_wfs
%include "../upm.i"
%{
#include "wfs.hpp"
%}
%include "wfs.hpp"