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:
Wed May 10 20:14:37 2017 +0000
Parent:
4:6d85c470d101
Commit message:
minor changes:; { } around the user defined function and "return".; Updated libraries.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue May 09 21:18:57 2017 +0000
+++ b/main.cpp	Wed May 10 20:14:37 2017 +0000
@@ -26,6 +26,7 @@
 }
 
 void GetTemperatureAndHumidity()
+{
 // Speed things up a bit.
 sensor.setOTPReload(false);
 sensor.setResolution(true);
@@ -44,5 +45,6 @@
     humidity=sensor.getHumidity();               //don't know if it works
 
     wait(5);
-    return ();
+    return;
+}
 }
\ No newline at end of file
--- a/mbed.bld	Tue May 09 21:18:57 2017 +0000
+++ b/mbed.bld	Wed May 10 20:14:37 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e
+https://mbed.org/users/mbed_official/code/mbed/builds/4eea097334d6
\ No newline at end of file