resetHat method

void resetHat()

Resets the hat. NOT TESTED!

Implementation

void resetHat() {
  i2c.writeByteReg(hatArduinoI2Caddress, 0, 0xF0);
}