ims: Fixed IMS java example

* Fixed a compile issue for the JAVA example
    * Added C header to swig java/js interface files

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-11-29 09:56:57 -08:00
parent 9a4f0cae0c
commit 929244b27a
4 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@ public class IMS_Example
// ! [Interesting]
// Instantiate a IMS instance using bus 0 and default i2c address
IMS sensor = new IMS(0);
IMS sensor = new IMS((short)0);
while (true)
{