jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
187 stars 57 forks source link

Clock stretching? #38

Closed JessicaMulein closed 4 years ago

JessicaMulein commented 4 years ago

Can you tell me about anything I need to do specifically to handle clock stretching? What is supported? I'm switching from the Raspberry Pi's internal I2c circuit to yours hoping to avoid issues with that- but will I? the RPI supports clock stretching during ACK but i keep getting the famous i2c lockouts.

jamesbowman commented 4 years ago

Apologies, I missed this. Clock stretching is fully supported by the I2CDriver, and is always enabled. There's nothing to enable.