1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Updated Firmata to version 2.3.6

Merge branch 'soundanalogous-firmata-2-3-6' into ide-1.5.x
This commit is contained in:
Cristian Maglie
2013-08-23 13:41:08 +02:00
6 changed files with 84 additions and 8 deletions

View File

@ -31,6 +31,7 @@ ARDUINO 1.5.3 BETA
* sam: Bugfix SPI library: begin() after end() now works (stimmer)
* sam: Bugfix SPI library: incorrent pin configuration in non-extended mode.
* Ported all libraries to new 1.5 format
* Updated Firmata to version 2.3.6 (Jeff Hoefs)
[firmwares]
* Arduino Due: fixed USB2Serial garbage at startup (https://github.com/arduino/Arduino/pull/1267)