mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Stepper library: updated version
This commit is contained in:
parent
50ca5d8f75
commit
0546bf04e0
@ -1,5 +1,5 @@
|
||||
name=Stepper
|
||||
version=1.0.2
|
||||
version=1.1.0
|
||||
author=Arduino
|
||||
maintainer=Arduino <info@arduino.cc>
|
||||
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
|
||||
|
@ -1,12 +1,13 @@
|
||||
/*
|
||||
* Stepper.cpp - Stepper library for Wiring/Arduino - Version 0.6
|
||||
* Stepper.cpp - Stepper library for Wiring/Arduino - Version 1.1.0
|
||||
*
|
||||
* Original library (0.1) by Tom Igoe.
|
||||
* Two-wire modifications (0.2) by Sebastian Gassner
|
||||
* Combination version (0.3) by Tom Igoe and David Mellis
|
||||
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
|
||||
* High-speed stepping mod and timer rollover fix (0.5) by Eugene Kozlenko
|
||||
* Five phase five wire (0.6) by Ryan Orendorff
|
||||
* Original library (0.1) by Tom Igoe.
|
||||
* Two-wire modifications (0.2) by Sebastian Gassner
|
||||
* Combination version (0.3) by Tom Igoe and David Mellis
|
||||
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
|
||||
* High-speed stepping mod by Eugene Kozlenko
|
||||
* Timer rollover fix by Eugene Kozlenko
|
||||
* Five phase five wire (1.1.0) by Ryan Orendorff
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -1,12 +1,13 @@
|
||||
/*
|
||||
* Stepper.h - Stepper library for Wiring/Arduino - Version 0.6
|
||||
* Stepper.h - Stepper library for Wiring/Arduino - Version 1.1.0
|
||||
*
|
||||
* Original library (0.1) by Tom Igoe.
|
||||
* Two-wire modifications (0.2) by Sebastian Gassner
|
||||
* Combination version (0.3) by Tom Igoe and David Mellis
|
||||
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
|
||||
* High-speed stepping mod and timer rollover fix (0.5) by Eugene Kozlenko
|
||||
* Five phase five wire (0.6) by Ryan Orendorff
|
||||
* Original library (0.1) by Tom Igoe.
|
||||
* Two-wire modifications (0.2) by Sebastian Gassner
|
||||
* Combination version (0.3) by Tom Igoe and David Mellis
|
||||
* Bug fix for four-wire (0.4) by Tom Igoe, bug fix from Noah Shibley
|
||||
* High-speed stepping mod by Eugene Kozlenko
|
||||
* Timer rollover fix by Eugene Kozlenko
|
||||
* Five phase five wire (1.1.0) by Ryan Orendorff
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
Loading…
x
Reference in New Issue
Block a user