summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/switch.h
AgeCommit message (Collapse)Author
2011-05-02digital/{ai,io}: move defines to aiNicolas Schodet
2010-04-01digital/io: wipe-out old robot code, closes #112Nicolas Schodet
2009-05-16 * digital/io/src:Jérémy Dufour
- enhance comment.
2009-03-14 * digital/io/srcJérémy Dufour
- convert to utf8, - update a comment.
2008-04-21 * digital/io/srcJérémy Dufour
- move functions definitions of switch module to a source file ; - add a filter when getting the state value of the jack ; - add jack events transmission to the top FSM into the main loop ; - make it build for host implementation.
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-03-28 * digital/io/srcJérémy Dufour
- fix includes (thanks to ni).
2008-03-27 * digital/io/srcJérémy Dufour
- correct bug in reading the state of a pin in switch module.
2008-03-22 * digital/io/srcJérémy Dufour
- use the helper macro set_bit where needed.
2008-03-19 * digital/io/srcJérémy Dufour
- undefined macro after usage in header file (switch.h).
2008-03-11 * digital/io/srcJérémy Dufour
- add switch module to manage the jack and color selector.