Closed
Description
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.