From 59238a22b7a56184a95751d4305ff2c545a2268b Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 5 Jun 2015 16:23:34 +0200 Subject: [PATCH] update revision log --- build/shared/revisions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 270dfd408..f4709ff16 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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