Skip to content

ConfigurableFirmata 2.8.1

Compare
Choose a tag to compare
@soundanalogous soundanalogous released this 01 Feb 05:49
· 215 commits to master since this release

Changes since 2.8.0:

  • Add WiFi transport compatible with Arduino WiFi shield, Arduino WiFi 101 shield and Arduino MRK1000
  • Add WiFi transport example
  • Support for Arduino 101 and MRK1000
  • Ability to restart I2C transmission (see bit 6 of byte 3 of the I2C read/write request)
  • Separate protocol and firmware version numbers
  • Add missing delays for stepper drivers
  • Update to official OneWire library
  • Make blink version optional

To install:

  • 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.