winkj / arduino-sht

Unofficial repository for Sensirion Humidity and temperature sensor support on Arduino
2 stars 50 forks source link

Add heater controls for SHT3X sensors #6

Closed CrowMagnumMan closed 6 years ago

CrowMagnumMan commented 6 years ago

Add the following methods to get the state of the heater and control the heater on SHT3X humidity sensors:

uint8_t getHeaterStatus(); bool turnHeaterOn(); bool turnHeaterOff();