mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user