So, I bought this ESP32 and I am trying to add it on project that has an mpu6050 connected with I2C.
I cant find though the pins to connect the I2C. I read that usually in ESP32 the pins are 22,21 but mine doesn't have pin 21.
Using an ESP32 you can designate your own SDA and SCL pins in Wire.begin() like this Wire.begin(I2C_SDA, I2C_SCL); but be aware that some libraries may expect to find the I2C interface on the default pins