-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue of I2C library #7
Comments
Hi @KK13221 |
Hello, We're gradually approaching the need to implement the new i2c driver. I noticed this isn't a minor modification, and it will require an assessment of how far back it can maintain compatibility, including what the minimum version of esp-idf will be affected. For instance, the new approach necessitates including an Additionally, our current project involves connecting multiple slave sensors to the ESP master i2c bus, which complicates things further. 😅 We'll start working on replacing the i2c driver soon and I’ll update here once we make some progress. I’d appreciate it if anyone could share their experiences or insights on this matter. |
I worked on it today and got it to work with the new I²C driver, but there's still some testing to be done. The update should be available soon. |
Hello @RJRP44,
I have encountered an error when compiling the code and I have tried multiple solutions and searched on Google for hours but I am still unable to solve it. Could you please help me with this issue? I am getting this error message on the serial monitor.
Error Message
"i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h"
The text was updated successfully, but these errors were encountered: