OLED_MISSION2

Dependencies:   mbed Adafruit_GFX

Files at this revision

API Documentation at this revision

Comitter:
eins
Date:
Mon May 09 11:50:49 2022 +0000
Parent:
0:a69af42d193a
Commit message:
only simple operation;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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