espressif / esp-eth-drivers

Collection of additional Ethernet drivers for ESP-IDF
24 stars 16 forks source link

fixed bus lock release following unsuccessful read/write operation #12

Closed kostaond closed 1 year ago

kostaond commented 1 year ago

I2C/SPI bus lock release following unsuccessful read/write operation to increase code robustness.

Addresses GH issue #11.