Skip to content

Instantly share code, notes, and snippets.

@rgbskills
rgbskills / ArduinoSpeedStepper.ino
Created May 11, 2019 18:36 — forked from omiq/ArduinoSpeedStepper.ino
Control a Stepper with Arduino and Potentiometer Speed Control
//Arduino stepper library
#include <Stepper.h>
// different steppers have different
// amount of steps to do a full
// turn of the wheel.
#define STEPS 32
// connections need to be done carefully