mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Updating to revision 25 of firmata (slightly post version 2.1beta2).
This commit is contained in:
@ -149,7 +149,7 @@ void sysexCallback(byte command, byte argc, byte *argv)
|
||||
delayTime = (delayTime << 8) + (argv[2] + (argv[3] << 7)); // add LSB
|
||||
|
||||
if((argv[0] + (argv[1] << 7)) > 0) {
|
||||
enablePowerPins(PC3, PC2);
|
||||
enablePowerPins(PORTC3, PORTC2);
|
||||
}
|
||||
|
||||
if(delayTime > 0) {
|
||||
|
Reference in New Issue
Block a user