Humidity and Temperature Sensor - Sensirion SHT1x driver (with exported functions to use it from C code)

Dependents:   sht15_remote_monitoring

Fork of SHTx by Roy van Dam

sht15_export.h

Committer:
ppatierno
Date:
2015-11-15
Revision:
2:7505a67001b4

File content as of revision 2:7505a67001b4:

void SHT15_init(void);
void SHT15_update(void);
float SHT15_getTemperature(void);
float SHT15_getHumidity(void);
void SHT15_setScale(bool value);