1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/libraries/Stepper/library.properties

11 lines
402 B
Properties
Raw Normal View History

2013-06-27 19:24:16 +02:00
name=Stepper
2013-08-08 16:40:55 +02:00
author=
email=
2013-06-27 19:24:16 +02:00
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
2013-08-08 16:40:55 +02:00
architectures=*
version=1.0
2013-08-08 16:40:55 +02:00
dependencies=
2013-06-27 19:24:16 +02:00
core-dependencies=arduino (>=1.5.0)