See graph

Dependencies:   MCP23017 SDFileSystem WattBob_TextLCD mbed

Fork of Embedded_Software_Assignment_2 by Steven Kay

Revision:
13:4b595e5d443f
Parent:
11:1069d300847b
Child:
14:f11c30a93736
diff -r bd7f9d91f28c -r 4b595e5d443f main.cpp
--- a/main.cpp	Tue Mar 14 02:41:46 2017 +0000
+++ b/main.cpp	Tue Mar 14 13:01:39 2017 +0000
@@ -130,7 +130,7 @@
     
     // Run every 1 second (should be 40 ticks, but tuned to 38 through testing)
     if(cyclicTicks % 38 == 0)
-    {
+    { 
         // ---------- Can be removed ---------
         task1t.stop();
         printf("T1 %d\r\n",task1t.read_ms());