aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-24 09:49:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-24 09:49:19 +0000
commitc0c982df7af34ea0375eda774185f3825c261522 (patch)
tree0d17079345768999a2b1f6272674b251e253ab8a /LUFA/ManPages/MigrationInformation.txt
parent14a5a94084180a5186f7c3a796d4a70e785a91b8 (diff)
downloadlufa-c0c982df7af34ea0375eda774185f3825c261522.tar.gz
lufa-c0c982df7af34ea0375eda774185f3825c261522.tar.bz2
lufa-c0c982df7af34ea0375eda774185f3825c261522.zip
Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond.
Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register.
Diffstat (limited to 'LUFA/ManPages/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index 262364070..8467e0019 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -12,8 +12,11 @@
*
* \section Sec_MigrationXXXXXX Migrating from 100219 to XXXXXX
*
+ * <b>Non-USB Library Components</b>
+ * - The \ref TWI_StartTransmission() function now takes in a timeout period, expressed in milliseconds, within which the addressed
+ * device must respond or the function will abort.
+ *
* \section Sec_Migration100219 Migrating from 091223 to 100219
- * - (None)
*
* <b>Non-USB Library Components</b>
* - Due to some ADC channels not being identical to their ADC MUX selection masks for single-ended conversions on some AVR models,