softReset method

void softReset()

Initiates a soft reset

Implementation

void softReset() {
  i2c.writeByteReg(i2cAddress, softRestAddress, softResetCommand);
  sleep(Duration(milliseconds: resetPeriodMilliseconds));
}