Table driven Finite State Machine library based on the Harel state machine, supporting actions on transitions, state entry and state exit. Comes with example illustrating use with interrupts and timers. 03/01/2010 - fixed potential memory leak in DebugTrace.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

File Index

File List

Here is a list of all documented files with brief descriptions:
DebugTrace.cpp [code]
DebugTrace.h [code]
FSM.h [code]
FSMDefs.h [code]
main.cpp [code]
MyInterruptHandler.cpp [code]
MyInterruptHandler.h [code]
State.h [code]
StateTransition.h [code]