..

Dependencies:   MODSERIAL

Fork of statemachineopzet by Onno Derkman

Revision:
3:8be18839d069
Parent:
0:64c100cd152a
--- a/main.cpp	Wed Oct 31 10:47:46 2018 +0000
+++ b/main.cpp	Tue Nov 06 14:40:53 2018 +0000
@@ -28,7 +28,8 @@
                 StateChanged = false;
             }
             //State actions
-            pc.printf("Still WAITING\r\n"); 
+            pc.printf("Still WAITING\r\n");
+            wait(1.0f); 
             while(button1)
             {
             }