1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Update revisions.txt

This commit is contained in:
Federico Fissore 2015-06-10 15:46:08 +02:00
parent 0a6577f85c
commit 2e2e2f7449

View File

@ -31,6 +31,7 @@ ARDUINO 1.6.5
* Added SPI Transactions to TFT lib
* Stepper: support for 5-phase/5-wires motors. Thanks @rdodesigns
* Stepper: increased precision in timing calculations. Thanks @ekozlenko
* Firmata and Temboo: dropped our vesions, tagged released are downloaded from their respective git repos
[core]
* AVR: delayMicroseconds(..) doesn't hang if called with 0. Thanks @cano64