Drivers for temperature and humidity sensor SHF15. Modified for EDE_PRO2_team1

Dependencies:   SHTx mbed

Fork of PRO2_SHT15_Example by Olga Høyer

Files at this revision

API Documentation at this revision

Comitter:
OlgaHoeyer
Date:
Tue May 09 21:18:57 2017 +0000
Parent:
3:0759c60f116b
Child:
5:40f3f713bba0
Commit message:
added some comments

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue May 09 21:05:08 2017 +0000
+++ b/main.cpp	Tue May 09 21:18:57 2017 +0000
@@ -9,7 +9,7 @@
 #include "SHTx/sht15.hpp"               //"CMSIS Target not recognised"
 
 //GLOBAL VARIABLES:
-float temperature, humidity;
+float temperature, humidity;            //this will be data read from sensor
 void GetTemperatureAndHumidity();
 
 Serial pc(USBTX, USBRX);