Search found 2 matches

by lubusax
Mon Apr 15, 2024 6:19 pm
Forum: ESP-IDF
Topic: define esp32 as master device using new i2c_master.c functions
Replies: 2
Views: 744

define esp32 as master device using new i2c_master.c functions

Hello, I would like to use the ESP32 as a I2C master device using Bus 0. I have no issues while using the "old" i2c.c functions (I can make it work with no problems). But the "old" i2c functions are deprecated. So I looked into the "new" way of doing things (IDF v5.2.1). But I can not make it work. ...