my coursework
Dependencies: CheckRTC LPS25H hts221
Fork of ELEC350-extended-referral1 by
Revision 49:a39eacfcd968, committed 2017-11-23
- 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 |
--- 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 - - - } }