We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e39db commit 38c1f90Copy full SHA for 38c1f90
src/14-i2c/read-several-registers.md
@@ -77,7 +77,7 @@ fn main() -> ! {
77
// Wait until we can send more data
78
while i2c1.isr.read().txis().bit_is_clear() {}
79
80
- // Send the address of the register that we want to read: IRA_REG_M
+ // Send the address of the register that we want to read: OUT_X_H_M
81
i2c1.txdr.write(|w| w.txdata().bits(OUT_X_H_M));
82
83
// Wait until the previous byte has been transmitted
0 commit comments