Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
ESP-IDF change only: use the new ESP-IDF I2C API.
Browse files Browse the repository at this point in the history
In version 5.2 of ESP-IDF, Espressif have introduced a new I2C API.  Now that we test with a later version of ESP-IDF we can employ the new ESP-IDF I2C API.  We continue to support the old ESP-IDF I2C API for earlier ESP-IDF versions and you may switch back to using the older ESP-IDF I2C API by defining ESP_IDF_I2C_NEW_API_DISABLE for your build.
  • Loading branch information
RobMeades committed Sep 2, 2024
1 parent 238f6c1 commit adbd760
Showing 1 changed file with 331 additions and 37 deletions.
Loading

0 comments on commit adbd760

Please sign in to comment.