You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.3.0
* Bugfix: set initial state on all state machines before entering
states in FsmList::start().
* Add Fsm::start() function (identical interface as FsmList).
* Add reset() functionality to Fsm and FsmList class.
* Add MooreMachine and MealyMachine class.
* Add API examples: simple_switch, resetting_switch, multiple_switch,
debugging_switch, mealy_machine, moore_machine.
* Relax access specifiers for Fsm::state<S>() access function.
* Remove debug code.