test to establish how we can share the project on MBED
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(); } }