Erhan-MADE/StepperControl
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
StepperControl: Stepper Motor Controller for 28BYJ-48. Features * Different drive modes: FullStep HalfStep WaveDrive * Direction Control * Speed Control * Actions, sequence of specified movements with start and end delay and callback functionality For a more generic stepper motor library please check the Arduino Stepper.h lib. It handles stepper motors with 2/4/5 pins! Includes two example sketches that can be accessed via File > Examples > StepperControl in the Arduino IDE after installation. Contributors * per1234 TODO Append Action array method to reduce memory fragmentation. Doxygen style comments Update examples