Marijke Zondag
/
statemachineopzet
..
Fork of statemachineopzet by
Revision 3:8be18839d069, committed 2018-11-06
- 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) { }