i2cdetect icon indicating copy to clipboard operation
i2cdetect copied to clipboard

Testing on Wemos Lolin ESP32

Open TrullT opened this issue 5 years ago • 0 comments

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 speed 400kHz This goes into the setup loop above serial begin, and the Serial output then works as expected. It would be nice to add this to the original to help.

TrullT avatar Dec 04 '18 08:12 TrullT