mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Stepper library to the new format
This commit is contained in:
parent
b28104b795
commit
dc9c791070
10
libraries/Stepper/library.properties
Normal file
10
libraries/Stepper/library.properties
Normal file
@ -0,0 +1,10 @@
|
||||
name=Stepper
|
||||
author= Tom Igoe
|
||||
email=info@arduino.cc
|
||||
sentence=Drives a unipolar or bipolar stepper motor using 2 wires or 4 wires
|
||||
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.
|
||||
url=http://arduino.cc/en/Reference/Stepper
|
||||
architectures=*
|
||||
version=0.4
|
||||
dependencies= none
|
||||
core-dependencies=arduino (>=1.5.0)
|
Loading…
Reference in New Issue
Block a user