You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this ESP-IDF build warning:
i2c: This driver is an old driver, please migrate your application code to adapt driver/i2c_master.h
What's the correct pattern for register read operations using the new driver?
The text was updated successfully, but these errors were encountered:
Please check latest Espressif documentation and propose a fix.
I tried using latest i2C master driver and don’t find the way to switch between different peripherals without reinstantiating part of the driver.
I'm getting this ESP-IDF build warning:
i2c: This driver is an old driver, please migrate your application code to adapt
driver/i2c_master.h
What's the correct pattern for register read operations using the new driver?
The text was updated successfully, but these errors were encountered: