Make a single stepper follow the analog value read from a pot or whatever The stepper will move at a constant speed to each newly set posiiton, depending on the value of the pot.
// ProportionalControl.pde
// -*- mode: C++ -*-
//
// Make a single stepper follow the analog value read from a pot or whatever
// The stepper will move at a constant speed to each newly set posiiton,