Interface I2CDeviceInterface

    • Method Detail

      • readNoStop

        default int readNoStop​(byte registerAddress,
                               int rxLength,
                               byte[] rxData,
                               boolean repeatedStart)