summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/switch.avr.c
AgeCommit message (Collapse)Author
2011-05-02digital/{ai,io}: move defines to aiNicolas Schodet
2008-04-30 * digital/io/srcJérémy Dufour
- change the place where the color switch and jack are connected.
2008-04-30 * digital/io/srcJérémy Dufour
- correct a bug with bit_is_set in switch module.
2008-04-28 * digital/io/srcJérémy Dufour
- fix bug in the getter of the status of the jack ; - correct a possible error in the initialization of the chrono.
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.