summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/avrconfig.h
AgeCommit message (Collapse)Author
2008-04-15 * digital/io/src:Nicolas Schodet
- use RING mode for serial port.
2008-04-04 * digital/io/src, host/inter:Nicolas Schodet
- added host support to io.
2008-03-10 * digital/io/src/asservJérémy Dufour
- implement functions to receive and handle the ''shared'' status buffer between asserv and io; - implement functions for the upper layer (io) to get the status of the asserv board; - comments improvements and corrections.
2008-03-09 * digital/ioJérémy Dufour
- add asserv communication implementation (not fully completed); - correct a few English errors in asserv module (header and documentation); - add main timer to repeat the main loop every 4.444 ms; - add build system.