diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-19 00:25:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-19 00:25:26 +0000 |
commit | 27461546523862a3a76ee41f615f7ec2eed2195f (patch) | |
tree | d55f2b4c6ae2d3b148577d7a9b8b5832e65bfbdf /LUFA/ManPages/ChangeLog.txt | |
parent | c299552ab3ae6a6939b69323957d0aac79445278 (diff) | |
download | lufa-27461546523862a3a76ee41f615f7ec2eed2195f.tar.gz lufa-27461546523862a3a76ee41f615f7ec2eed2195f.tar.bz2 lufa-27461546523862a3a76ee41f615f7ec2eed2195f.zip |
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.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 2e4201326..a4f1865df 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -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
|