Firmata 2.5.2
What's new
- Added Wi-Fi transport (Jesse Frush)
- Added StandardFirmataWiFi (Jesse Frush)
- Added support for Arduino MKR1000 (Jesse Frush)
- Moved Serial feature to own class
SerialFimata
- Moved pin config and pin state handling to Firmata.cpp
- Added new method disableBlinkVersion to provide a way to optionally bypass startup blink sequence
- Added new method isParsingMessage to check if an incoming message is actively being parsed
- Added ethernetConfig.h for StandardFirmataEthernet and StandardFirmataEthernetPlus
- Removed serialUtils.h and using
SerialFirmata
class instead for Serial feature
Installation
See the readme file for instructions on updating Firmata.
If you're using Arduino 1.6.3 or older (including the 1.0.x series) you'll need to download the attached file below for your version (Firmata-2.5.2.zip for v1.0.x or Arduino-1.6.x-Firmata-2.5.2.zip for v1.6.x and 1.5.x) and update following these instructions. For Arduino 1.6.4 and newer, simply update via the Arduino library manager.