Skip to content

Firmata 2.5.4

Compare
Choose a tag to compare
@soundanalogous soundanalogous released this 24 Oct 03:55

What's new

  • Added Teensy 3.5 and 3.6 to Boards.h.
  • Only disable PWM when setting pinMode to OUTPUT if pinMode was previously PWM.
  • Forward declare some functions to fix compiler issues with older IDE versions.
  • Assign blinkVersionDisabled in constructor to fix compiler issue in Arduino 1.0.6.
  • StandardFirmata (and variants) should now compile back to Arduino 1.5.8 and 1.0.6 and perhaps earlier.

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.4.zip for v1.0.x or Arduino-1.6.x-Firmata-2.5.4.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.