Latest

Dependencies:   serial_terminal sample_hardware PLL_Config SDCard BMP280 Networkbits TextLCD SDBlockDevice

Revision:
3:b1583f309b43
Parent:
1:31c7b4ab552b
Child:
4:a4dd5fd5cad8
--- a/main.cpp	Sun Nov 04 23:21:30 2018 +0000
+++ b/main.cpp	Mon Nov 05 20:43:57 2018 +0000
@@ -38,7 +38,7 @@
     //Last message before sampling begins
     lcd.cls();
     lcd.printf("READY\n\n");
-        
+    
         
     //Press either switch to unmount
     while ((SW1 == 0) && (SW2 == 0)) {
@@ -58,6 +58,7 @@
         
         //Write to SD (potentially slow)
         fprintf(fp, "%6.1f,%.2f\n\r", temp, pressure);
+        printf("Printing\n\r");
     }
     
     //Close File