我正在研究osgi kura捆绑包。 我也从我的目标平台添加了jar。
也导入了库。
I2CDeviceConfig config = new I2CDeviceConfig(1,35,7, 400000);
s_logger.info("Config");
I2CDevice slave = (I2CDevice) DeviceManager.open(I2CDevice.class, config); // Got error on this line.
s_logger.info("slaveis open{}",slave.isOpen());
s_logger.info("slave{}",slave.read());