OLED_MISSION2

Dependencies:   mbed Adafruit_GFX

Revision:
1:8d6620a8f26b
Parent:
0:a69af42d193a
--- a/main.cpp	Sun May 08 09:37:07 2022 +0000
+++ b/main.cpp	Mon May 09 11:50:49 2022 +0000
@@ -253,7 +253,7 @@
             case 1:
                 pc.puts("edit mode on");
                 brain = 1;    
-                edit = 1;
+                edit = 1;       // ??; H.S.Lee
     //            flagDown = 0;
     //            currentLED = !currentLED;
     //            pc.puts(selLED[currentLED]);
@@ -328,7 +328,7 @@
             pc.puts(" : the speed is reset to 0.5s\n");
             
         }    
-    wait(1);
+    wait(1);        // no wait() in While(); H.S.Lee