First draft to the functional spec

Dependencies:   mbed Grove_LCD_RGB_Backlight DebounceIn

Revision:
3:07d400d50a96
Parent:
2:829038a1352b
Child:
4:d56051982cf5
--- a/main.cpp	Tue Oct 08 21:15:26 2019 +0000
+++ b/main.cpp	Tue Oct 08 21:24:47 2019 +0000
@@ -406,7 +406,6 @@
         if(cycleStartBtt == 1)
         {
             strcat(displayLine1, "1 ");
-            fanRelay    = OUT_OFF;
         }
         else // start pressed
         {
@@ -422,12 +421,12 @@
         if(stopBtt == 1)
         {
             strcat(displayLine2, "1 ");
+            stopReleased = true;
         }
         else
         {
             strcat(displayLine2, "0 ");
-            stopReleased = true;
-            
+            fanRelay    = OUT_OFF;
         }
                
         // Every 2s, change the outputs