File tree Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
1
name =Stepper
2
- version =1.0.2
2
+ version =1.1.0
3
3
author =Arduino
4
4
maintainer =Arduino <
[email protected] >
5
5
sentence =Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Stepper.cpp - Stepper library for Wiring/Arduino - Version 0.6
2
+ * Stepper.cpp - Stepper library for Wiring/Arduino - Version 1.1.0
3
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
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
10
11
*
11
12
* This library is free software; you can redistribute it and/or
12
13
* modify it under the terms of the GNU Lesser General Public
Original file line number Diff line number Diff line change 1
1
/*
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
10
11
*
11
12
* This library is free software; you can redistribute it and/or
12
13
* modify it under the terms of the GNU Lesser General Public
You can’t perform that action at this time.
0 commit comments