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

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Revisions of main.cpp

Revision Date Message Actions
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