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 11name =Stepper
2- version =1.0.2
2+ version =1.1.0
33author =Arduino
44maintainer =Arduino <info@arduino.cc>
55sentence =Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments