Added master mode hardware TWI driver.

Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.
This commit is contained in:
Dean Camera 2010-01-19 00:25:26 +00:00
parent c299552ab3
commit 2746154652
6 changed files with 274 additions and 6 deletions

View file

@ -17,6 +17,7 @@
* - Added MIDI event packing support to the MIDI Device and Host mode Class drivers, allowing for multiple MIDI events to
* sent or received in packed form in a single USB packet
* - Added new MIDI send buffer flush routines to the MIDI Device and Host mode Class drivers, to flush packed events
* - Added master mode hardware TWI driver
*
* <b>Changed:</b>
* - Slowed down PDI programming in the AVRISP project to prevent transmission errors