summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/twi/test/avrconfig_master.h
AgeCommit message (Collapse)Author
2008-03-07 * digital/avr/modules/twi/test:Nicolas Schodet
- added commands to send and receive a variable number of bytes.
2008-03-06 * digital/avr/modules/twi:Nicolas Schodet
- avrconfig cleanup.
2008-03-01 * TWI: modify to have a working test on cards:Jérémy Dufour
- work with one byte of data exchanged (master send a byte to slave then read it back); - does not manage when slave is not here (no timeout); - use more proto_ functions rather than uart_ ones; - support reset and unknown functions on both test programs; - update configurations to be compatible with the cards used for the test; - add comments.
2007-10-07Included SI2E avr modules.Nicolas Schodet
Well, this need more works...