mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-21 10:15:25 +02:00
The i2cWrite() function was returning to the app before the i2c transaction had completed. This caused the next Wire() call to return a I2C_ERROR_BUSY.