コード例 #1
0
 int read8(int ireg) {
   byte b = this.i2cDeviceClient.read8(ireg);
   return TypeConversion.unsignedByteToInt(b);
 }