..

Dependencies:   MODSERIAL

Fork of statemachineopzet by Onno Derkman

Files at this revision

API Documentation at this revision

Comitter:
MarijkeZondag
Date:
Tue Nov 06 14:40:53 2018 +0000
Parent:
0:64c100cd152a
Commit message:
final statemachine opzet;

Changed in this revision

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