ESP32 I2C Devices Scan

I2C is one of the simplest ways to connect multiple sensors and peripherals to your ESP32 using only two wires (SDA and SCL). When debugging a new project, the first thing you should do is scan the I2C bus and…