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

Revision:
2:7505a67001b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sht15_export.h	Sun Nov 15 15:13:08 2015 +0000
@@ -0,0 +1,5 @@
+void SHT15_init(void);
+void SHT15_update(void);
+float SHT15_getTemperature(void);
+float SHT15_getHumidity(void);
+void SHT15_setScale(bool value);
\ No newline at end of file