search
[last updated: 2020-05-16]
i2c home page
--------------------------------
for troubleshooting:
Serial.print("data sent: "); Serial.println(x);
if (x < 75) {
Serial.println("incrementing x");
x = x + 1;
} else {
x = 65;
}
-----
---------------------------------------------------------
for troubleshooting:
Serial.print("rcvd: "); Serial.println(x);
-----
---------------------------------------------------------
go here for code that did NOT work
---------------------------------------------------------
---------------------------------------------------------
.
.
eof