tmiw / ezDV

A FreeDV device based on the ESP32.
96 stars 4 forks source link

Refactor I2C code to reflect preferred use of ESP-IDF's new I2C driver. #55

Closed tmiw closed 2 months ago

tmiw commented 2 months ago

Per ESP-IDF's documentation, the "legacy" I2C driver that ezDV was using is deprecated and may be removed in a future ESP-IDF release. This PR refactors the I2C interface code to use the new driver instead.


Before merging: