Example #1
0
/**
 * Initialize the sensor
 */
TMP421::TMP421(uint8_t addr)
{
  _address = addr;
  I2c.begin();
}