Device Control

Stepper

Allows Arduino boards to control a variety of stepper motors.

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.

Go to repository

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.

To use this library:

1#include <Stepper.h>

Circuits

Examples



stepper()
setSpeed()
step()