readByte method

int readByte(
  1. MraaI2cContext context
)

Read byte = mraa_i2C_read_byte

Simple read for a single byte from an i2c context Returns Mraa.generalError on failure

Implementation

int readByte(MraaI2cContext context) => _impl.mraa_i2c_read_byte(context);