Skip to content

Commit dc9c791

Browse files
committed
Stepper library to the new format
1 parent b28104b commit dc9c791

File tree

8 files changed

+10
-0
lines changed

8 files changed

+10
-0
lines changed

hardware/arduino/avr/libraries/Stepper/examples/MotorKnob/MotorKnob.ino renamed to libraries/Stepper/examples/MotorKnob/MotorKnob.ino

File renamed without changes.

hardware/arduino/avr/libraries/Stepper/examples/stepper_oneRevolution/stepper_oneRevolution.ino renamed to libraries/Stepper/examples/stepper_oneRevolution/stepper_oneRevolution.ino

File renamed without changes.

hardware/arduino/avr/libraries/Stepper/examples/stepper_oneStepAtATime/stepper_oneStepAtATime.ino renamed to libraries/Stepper/examples/stepper_oneStepAtATime/stepper_oneStepAtATime.ino

File renamed without changes.

hardware/arduino/avr/libraries/Stepper/examples/stepper_speedControl/stepper_speedControl.ino renamed to libraries/Stepper/examples/stepper_speedControl/stepper_speedControl.ino

File renamed without changes.

hardware/arduino/avr/libraries/Stepper/keywords.txt renamed to libraries/Stepper/keywords.txt

File renamed without changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Stepper
2+
author= Tom Igoe
3+
email=info@arduino.cc
4+
sentence=Drives a unipolar or bipolar stepper motor using 2 wires or 4 wires
5+
paragraph=This library allows you to control unipolar or bipolar stepper motors. To use it you will need a stepper motor, and the appropriate hardware to control it.
6+
url=http://arduino.cc/en/Reference/Stepper
7+
architectures=*
8+
version=0.4
9+
dependencies= none
10+
core-dependencies=arduino (>=1.5.0)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)