Skip to content

Commit 754d646

Browse files
committed
Stepper library: updated version
1 parent 27fa1bd commit 754d646

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

libraries/Stepper/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Stepper
2-
version=1.0.2
2+
version=1.1.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.

libraries/Stepper/src/Stepper.cpp

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/*
2-
* Stepper.cpp - Stepper library for Wiring/Arduino - Version 0.6
2+
* Stepper.cpp - Stepper library for Wiring/Arduino - Version 1.1.0
33
*
4-
* Original library (0.1) by Tom Igoe.
5-
* Two-wire modifications (0.2) by Sebastian Gassner
6-
* Combination version (0.3) by Tom Igoe and David Mellis
7-
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
8-
* High-speed stepping mod and timer rollover fix (0.5) by Eugene Kozlenko
9-
* Five phase five wire (0.6) by Ryan Orendorff
4+
* Original library (0.1) by Tom Igoe.
5+
* Two-wire modifications (0.2) by Sebastian Gassner
6+
* Combination version (0.3) by Tom Igoe and David Mellis
7+
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
8+
* High-speed stepping mod by Eugene Kozlenko
9+
* Timer rollover fix by Eugene Kozlenko
10+
* Five phase five wire (1.1.0) by Ryan Orendorff
1011
*
1112
* This library is free software; you can redistribute it and/or
1213
* modify it under the terms of the GNU Lesser General Public

libraries/Stepper/src/Stepper.h

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/*
2-
* Stepper.h - Stepper library for Wiring/Arduino - Version 0.6
3-
*
4-
* Original library (0.1) by Tom Igoe.
5-
* Two-wire modifications (0.2) by Sebastian Gassner
6-
* Combination version (0.3) by Tom Igoe and David Mellis
7-
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
8-
* High-speed stepping mod and timer rollover fix (0.5) by Eugene Kozlenko
9-
* Five phase five wire (0.6) by Ryan Orendorff
2+
* Stepper.h - Stepper library for Wiring/Arduino - Version 1.1.0
3+
*
4+
* Original library (0.1) by Tom Igoe.
5+
* Two-wire modifications (0.2) by Sebastian Gassner
6+
* Combination version (0.3) by Tom Igoe and David Mellis
7+
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
8+
* High-speed stepping mod by Eugene Kozlenko
9+
* Timer rollover fix by Eugene Kozlenko
10+
* Five phase five wire (1.1.0) by Ryan Orendorff
1011
*
1112
* This library is free software; you can redistribute it and/or
1213
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)