Search found 1 match
- Fri Jun 21, 2024 3:38 pm
- Forum: ESP-IDF
- Topic: Updated examples of new I2C master/slave driver for IDF 5.2.x...
- Replies: 3
- Views: 4851
Re: Updated examples of new I2C master/slave driver for IDF 5.2.x...
I'm also struggling with the example code provided in the documentation. https://docs.espressif.com/projects/esp-idf/en/v5.2.2/esp32/api-reference/peripherals/i2c.html#i2c-slave-read . After filling in some of the undefined variables and things, I'm not even able to get the following to compile. Ple...