Search found 1 match

by HMesp32
Mon Nov 06, 2023 11:28 pm
Forum: ESP-IDF
Topic: Unexpected I2C timeout on ESP32
Replies: 4
Views: 3920

Re: Unexpected I2C timeout on ESP32

How exactly you setup this timeout?
I am using ESP32 with Arduino and I think facing similar issue as I upgraded from 1.0.6 to latest Arduino ESP32 board manager now my I2C is really running slow.

Code: Select all

i2c_set_timeout((i2c_port_t)i2c_num, I2C_LL_MAX_TIMEOUT);
How to setup this in Arduino?