Closed Menellos closed 2 years ago
How can i change defaut I2C pins? I'm using esp32
this worked for me
void setup(){
Wire.begin(sda,scl);
Wire.begin(); }
How can i change defaut I2C pins? I'm using esp32