mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-10 04:40:56 +02:00
This change uses the `_RST` bit of the i2c peripheral to force the hardware into power on reset state. The prior code assumed the peripheral was already in a reset, it just cleared the reset bit. Chuck.