my coursework
Dependencies: CheckRTC LPS25H hts221
Fork of ELEC350-extended-referral1 by
Diff: main.cpp
- Revision:
- 49:a39eacfcd968
- Parent:
- 48:614f8821ccca
--- 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
-
-
-
}
}
