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
Hi guys,
I noticed that all new espressif chips like, ESP32-S2, and ESP32-C3 are using the I2C driver from IDF in esp32-i2c-hal in the 2.0 release, but if the target platform is "Vanilla" ESP32 the stickbreaker implementation is in use.
Is there an specific reason why not to switch to a single implementation using IDF drivers?
Just of out curiosity. 🙂
Thanks for the amazing work.