ims: Initial turnin of I2C Moisture Sensor

* Added C library
    * Added CXX library
    * Added C/CXX/java/js/python examples

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-11-17 16:20:29 -08:00
parent a2698fd560
commit 971cb4ab51
18 changed files with 1106 additions and 1 deletions

8
src/ims/jsupm_ims.i Normal file
View File

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