mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
@ -245,7 +245,7 @@ void FirmataClass::processInput(void)
|
|||||||
break;
|
break;
|
||||||
case REPORT_ANALOG:
|
case REPORT_ANALOG:
|
||||||
case REPORT_DIGITAL:
|
case REPORT_DIGITAL:
|
||||||
waitForData = 1; // two data bytes needed
|
waitForData = 1; // one data byte needed
|
||||||
executeMultiByteCommand = command;
|
executeMultiByteCommand = command;
|
||||||
break;
|
break;
|
||||||
case START_SYSEX:
|
case START_SYSEX:
|
||||||
|
Reference in New Issue
Block a user