Hello,
I’m trying to control an ssd1306 I2C display after reading data from an ADC and display it without having the I2C tasks bumping into each other and crashing the program so my question is: how to properly handle different I2C tasks that control different I2C on the same bus.
I’ve searched for a function to check wether the I2C bus is used by the system with no luck.
I’m using the ESP IDF SDK with ESP32 dev kit V1