aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-26 15:57:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-26 15:57:06 +0000
commit66c38cd940714287e4e11729bf688211902b464d (patch)
tree48407fadd460b0717e8715672f83253830d7066e /LUFA/ManPages/ChangeLog.txt
parent6f01b6afd5a4fbd0a618f790e0afaa5eb2531e12 (diff)
downloadlufa-66c38cd940714287e4e11729bf688211902b464d.tar.gz
lufa-66c38cd940714287e4e11729bf688211902b464d.tar.bz2
lufa-66c38cd940714287e4e11729bf688211902b464d.zip
Added TWI baud rate prescaler and bit length parameters to the TWI_Init() function (thanks to Thomas Herlinghaus).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 04ce841d3..3159f2c3d 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -22,7 +22,8 @@
* - Added new MAX() and MIN() convenience macros
* - Added new Serial_SendData() function to the Serial driver
* - Added board driver support for the Sparkfun ATMEGA8U2 breakout board
- * - Started internal restructuring for eventual multiple architecture ports
+ * - Added TWI baud rate prescaler and bit length parameters to the TWI_Init() function (thanks to Thomas Herlinghaus)
+ * - Internal restructuring for eventual multiple architecture ports
* - Added start of an AVR32 UC3B architecture port (currently incomplete/experimental)
* - Library Applications:
* - Added ability to write protect Mass Storage disk write operations from the host OS