i2cdetect icon indicating copy to clipboard operation
i2cdetect copied to clipboard

Arduino library for scanning I2C bus for devices

Results 1 i2cdetect issues
Sort by recently updated
recently updated
newest added

Thank you for the library, I tested this on a ESP32 board and was able to get a meaningful result after adding: Wire.begin(5,4,400000); // SDA pin 5, SCL pin4, bus...