summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/gutter_cb.c
AgeCommit message (Collapse)Author
2008-04-25 * digital/io/srcJérémy Dufour
- ensure event is reset after being posted ; - use 0xFF value for not an event rather than 0 (it prevents the dirty fix to add 1 to the event).
2008-04-24 * digital/io/srcJérémy Dufour
- when a sub FSM finished, it posts an event for the top FSM which will be notified in the next main loop iteration (rather than the actual one).
2008-04-23 * digital/io/srcJérémy Dufour
- integrate gutter FSM into the main loop.
2008-04-23 * digital/io/srcJérémy Dufour
- rewrite gutter FSM.
2008-04-18Modified gutter FSM to go to the Wall after putting the robot back to Nélio Laranjeiro
the gutter.
2008-04-17Update the gutter FSM to only eject the balls from the robot.Nélio Laranjeiro
2008-04-14 * digital/io/srcJérémy Dufour
* build - add dependency of fsm.h for main.c (for bootstrap) ; - ensure it is building for host target. * get samples FSM - remove unneeded fields in the getsamples structures ; - rename it to be more 'private' (to prevent declaring the same one) ; * top FSM - rewrite it ; - still missing some parts to implement. * general - manage color of the bot ; - initialize the switch module in the main_init ; - add position of the gutter.
2008-04-14 * digital/io/srcJérémy Dufour
- correct an error in gutter fsm that prevents it from compiling.
2008-04-12Update the fsms.Nélio Laranjeiro
2008-04-04 * digital/io/src, host/inter:Nicolas Schodet
- added host support to io.
2008-03-31 * digital/io/src:Nicolas Schodet
- adapted FSM to AVR program.
2008-03-30Moved the gutter fsm to the io/directory.Nélio Laranjeiro