Skip to content

Arduino library to accurately control a stepper motor

License

Notifications You must be signed in to change notification settings

hwpl/stepper-motor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stepper-motor

Arduino library to accurately control a stepper motor using angles in degree.

Example

using Stepper = StepperMotor::Driver;

Stepper motor({2, 3, 4, 5});

void loop() {
    motor.turn(-90);
    delay(1000);
    motor.turnTo(0);
    delay(3000);
}

Documentation

The api documentation can be generated using doxygen.

Licence

This library by Klemens Schölhorn is licenced under the terms of the GPLv3.

About

Arduino library to accurately control a stepper motor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages