Closed Flying-Bolt closed 7 years ago
How can I check in which mode I2C operate (DMA/INT/IMM) during runtime?
There is no function for it, but you can read it directly from the i2c structure: i2c_op_mode currOpMode = Wire.i2c->opMode;
i2c_op_mode currOpMode = Wire.i2c->opMode;
:+1: thx perfect
How can I check in which mode I2C operate (DMA/INT/IMM) during runtime?