void setup() {
Wire.begin(3,4); // join i2c bus (address optional for master)
Wire1.begin(1,2);
}
void setup() {
Wire.begin(3,4); // join i2c bus (address optional for master)
Wire.begin(1,2);
}
Thanks in advance for the help, I've been googling around for forever and I can't find how to do this.....