I have used this:I don't know if you found a solution yet, but I have had to modify a device's library files when I had the same problem.
#define SDA 23
#define SCL 19
and
Wire.begin(SDA,SCL);
Doing so, you can assing the lines
I have used this:I don't know if you found a solution yet, but I have had to modify a device's library files when I had the same problem.