reset method

void reset()

Resets the sensor.

Implementation

void reset() {
  _writeByte(resetReg, 0xB6);
}