Marijke Zondag
/
statemachineopzet
..
Fork of statemachineopzet by
Diff: main.cpp
- Revision:
- 3:8be18839d069
- Parent:
- 0:64c100cd152a
diff -r 64c100cd152a -r 8be18839d069 main.cpp --- 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) { }