State machines are commonly used to implement decision making algorithms. State machines are used in applications where distinguishable states exist. A finite state machine (FSM) is based on the idea that a given system has a finite number of states. In Summary States: 5 1.Error 2.Configuration 3.Ready 4.Assigned 5.Locked Transitions: 2 1.GO 2.OUT
Fork of mbed_blinky by
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
8:96112047d7f3 | 2014-08-07 | fsm finished | File Diff Annotate |
7:5d25743fac86 | 2014-08-06 | mbed_frdm64_fsm | File Diff Annotate |
4:81cea7a352b0 | 2014-03-18 | Re-add newline | File Diff Annotate |
3:2e347c65be00 | 2014-03-18 | revert | File Diff Annotate |
2:c30dc3ae7426 | 2014-03-18 | add comment | File Diff Annotate |
0:7dec7e9ac085 | 2013-10-11 | First commit | File Diff Annotate |