Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BME280 BMP280 ELEC350-Coursework-2017 TextLCD
Fork of ELEC350-CWTEMPLATE-2017 by
Revision 14:b5baf59f53b9, committed 2017-12-15
- Comitter:
- bdarling
- Date:
- Fri Dec 15 16:22:19 2017 +0000
- Parent:
- 13:aa200749dba6
- Commit message:
- Commented out getData() and readSerial() from main.cpp
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Dec 15 16:13:06 2017 +0000
+++ b/main.cpp Fri Dec 15 16:22:19 2017 +0000
@@ -78,7 +78,7 @@
wait(0.1);
}*/
while(1){
- getData();
- readSerial();
+ //getData();
+ //readSerial();
}
}
