mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Updating to Firmata rev. 51 (adding OldStandardFirmata and AllInputsFirmata).
This commit is contained in:
@ -13,7 +13,6 @@ void outputPort(byte portNumber, byte portValue)
|
||||
if(previousPIN[portNumber] != portValue) {
|
||||
Firmata.sendDigitalPort(portNumber, portValue);
|
||||
previousPIN[portNumber] = portValue;
|
||||
Firmata.sendDigitalPort(portNumber, portValue);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user