1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-26 20:54:22 +01:00

update revision log

This commit is contained in:
Cristian Maglie 2015-06-05 16:23:34 +02:00
parent f2a8f517f0
commit 59238a22b7

View File

@ -20,6 +20,8 @@ ARDUINO 1.6.5
[libraries]
* LiquidCrystal fixes. Thanks @newbie15
* Added SPI Transactions to TFT lib
* Stepper: support for 5-phase/5-wires motors. Thanks @rdodesigns
* Stepper: increased precision in timing calculations. Thanks @ekozlenko
[core]
* AVR: delayMicroseconds(..) doesn't hang if called with 0. Thanks @cano64