This commit is contained in:
de Miranda Henrique
2018-03-01 09:56:30 -06:00
parent f7280b9d71
commit a9553a70ba

View File

@@ -75,7 +75,7 @@ void setup() {
Wire.begin(I2CADDRESS);
#ifdef DEBUG
Serial.begin(115200);
while (!Serial) ;
while (!Serial);
Serial.println("Debuging...");
#endif
Wire.onReceive(receiveEvent);