my coursework

Dependencies:   CheckRTC LPS25H hts221

Fork of ELEC350-extended-referral1 by satbir panesar

Files at this revision

API Documentation at this revision

Comitter:
spanesar
Date:
Thu Nov 23 13:24:29 2017 +0000
Parent:
48:614f8821ccca
Commit message:
updated the suggestions

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 614f8821ccca -r a39eacfcd968 main.cpp
--- a/main.cpp	Thu Nov 23 13:16:23 2017 +0000
+++ b/main.cpp	Thu Nov 23 13:24:29 2017 +0000
@@ -131,8 +131,7 @@
         Thread::signal_wait(99);
         //Get samples
         measurement m;
-
-
+        
         float pressure = barometer.pressure();
         m.press = pressure;
 
@@ -150,11 +149,6 @@
         if (oldest>120) {
             oldest = 0;
         }
-
-        //TO DO
-
-
-
     }
 }