File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ pub trait I2c<A: AddressMode = SevenBitAddress>: ErrorType {
112
112
/// - Data from adjacent operations of the same type are sent after each other without an SP or SR.
113
113
/// - Between adjacent operations of a different type an SR and SAD+R/W is sent.
114
114
/// - After executing the last operation an SP is sent automatically.
115
- /// - If the last operation is a `Read` the master does not send an acknowledge for the last byte.
115
+ /// - At the end of each read operation (before SP or SR), the master does not send an acknowledge for the last byte.
116
116
///
117
117
/// - `ST` = start condition
118
118
/// - `SAD+R/W` = slave address followed by bit 1 to indicate reading or 0 to indicate writing
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ pub trait I2c<A: AddressMode = SevenBitAddress>: ErrorType {
392
392
/// - Data from adjacent operations of the same type are sent after each other without an SP or SR.
393
393
/// - Between adjacent operations of a different type an SR and SAD+R/W is sent.
394
394
/// - After executing the last operation an SP is sent automatically.
395
- /// - If the last operation is a `Read` the master does not send an acknowledge for the last byte.
395
+ /// - At the end of each read operation (before SP or SR), the master does not send an acknowledge for the last byte.
396
396
///
397
397
/// - `ST` = start condition
398
398
/// - `SAD+R/W` = slave address followed by bit 1 to indicate reading or 0 to indicate writing
You can’t perform that action at this time.
0 commit comments