46 Wire.writeBytes(
i2cSlaveAddr, 0x01, &databyte,(uint8_t) 1);
68 USB.print(F(
"I2C error"));
82 Wire.writeBytes(
i2cSlaveAddr, 0x01, &databyte,(uint8_t) 1);
void goToSleep()
This method sets the Temperature Sensor in shutdown mode.
void init(uint8_t slaveAddr)
This method initializes the temperature sensor PCT2075.
uint8_t getTemp(int8_t &Temp)
This method gets the temperatur value of the temperature sensor PCT2075.