I2C: support driving SCL with SDA high (slave reset) #2599
Labels
1.0 non-breaking
Not needed for 1.0 and can be supported without breaking the driver.
peripheral:i2c
I2C peripheral
On some hardware the following function exists:
We may implement this as
fn send_idle_clk(&mut self, pulses: usize) {}
for example.cc #2493
The text was updated successfully, but these errors were encountered: