test to establish how we can share the project on MBED

Dependencies:   BME280 BMP280 ELEC350-Coursework-2017 TextLCD

Fork of ELEC350-CWTEMPLATE-2017 by University of Plymouth - Stages 1, 2 and 3

Files at this revision

API Documentation at this revision

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
diff -r aa200749dba6 -r b5baf59f53b9 main.cpp
--- 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();
     }
 }