mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Stepper library: updated version
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
name=Stepper
|
name=Stepper
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
author=Arduino
|
author=Arduino
|
||||||
maintainer=Arduino <info@arduino.cc>
|
maintainer=Arduino <info@arduino.cc>
|
||||||
sentence=Allows Arduino boards to control a variety of stepper motors. For all Arduino boards.
|
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.
|
* Original library (0.1) by Tom Igoe.
|
||||||
* Two-wire modifications (0.2) by Sebastian Gassner
|
* Two-wire modifications (0.2) by Sebastian Gassner
|
||||||
* Combination version (0.3) by Tom Igoe and David Mellis
|
* 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
|
* 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
|
* High-speed stepping mod by Eugene Kozlenko
|
||||||
* Five phase five wire (0.6) by Ryan Orendorff
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* 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.
|
* Original library (0.1) by Tom Igoe.
|
||||||
* Two-wire modifications (0.2) by Sebastian Gassner
|
* Two-wire modifications (0.2) by Sebastian Gassner
|
||||||
* Combination version (0.3) by Tom Igoe and David Mellis
|
* 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
|
* 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
|
* High-speed stepping mod by Eugene Kozlenko
|
||||||
* Five phase five wire (0.6) by Ryan Orendorff
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
Reference in New Issue
Block a user