gutierrezps / ESP32_I2C_Slave

I2C slave library for ESP32
GNU Lesser General Public License v2.1
81 stars 20 forks source link

How to set I2C frequency? #18

Closed brenogsantos closed 2 years ago

brenogsantos commented 2 years ago

Hi, in the Wire library its possible to set the i2c frequency. I couldnt find it in yours, could you help me out?

gutierrezps commented 2 years ago

Hi Breno. There's no method to set a custom I2C frequency. Since the Slave functionality was added to the ESP32 Arduino framework, the development of this library is ceased.