summaryrefslogtreecommitdiff
path: root/digital/io/src/fsm.h
AgeCommit message (Collapse)Author
2008-04-24 * digital/io/srcJérémy Dufour
- make fsm handle event return 1 if a transition has been executed ; - in the main loop, when a transition has been executed, continue to the next iteration.
2008-04-22 * digital/io/src:Nicolas Schodet
- on host print handled events.
2008-04-14 * digital/io/srcJérémy Dufour
- integrate some events into the main for the getsamples FSM ; - correct example.
2008-04-10 * digital/io/src:Nicolas Schodet
- fixed build.
2008-04-10Added the topfsm. pb with the fsm generation.Nélio Laranjeiro
2008-04-05Added and test the move fsm. Only the machine sequence is tested.Nélio Laranjeiro
2008-03-31 * digital/io/src:Nicolas Schodet
- adapted FSM to AVR program.