Skip to content

ConfigurableFirmata 2.10.1

Compare
Choose a tag to compare
@soundanalogous soundanalogous released this 02 Jun 21:06
· 160 commits to master since this release

What's new

  • Fixed systemReset issue causing spurious analog reports on setup (ethanjli)
  • Fixed subtype mask in AccelStepperFirmata (dylanbannon)
  • Copied updates to Boards.h from firmata/arduino repo

Installation

  • If you are using Arduino version 1.6.4 or higher go to Sketch > Include Library > Manage Libraries and then search for "ConfigurableFirmata" and click on Install after tapping on the ConfigurableFirmata item in the filtered results.
  • If you are using an older version of Arduino, download or clone ConfigurableFirmata to your Arduino sketchbook library. This is typically /Documents/Arduino/libraries/ on Mac or Linux or \My Documents\Arduino\libraries\ on Windows.