Updated A4988 Stepper Motor Controller (markdown)

Michael Ingraham 2019-09-09 21:01:07 -04:00
parent 72a219ad36
commit b954cb3b8b
1 changed files with 1 additions and 1 deletions

@ -1,4 +1,4 @@
Use an A4988 circuit to easily control stepper-motors like "NEMA 17" and siblings. Detailed information about the circuit can be found in the [datasheet](http://www.allegromicro.com/~/media/Files/Datasheets/A4988-Datasheet.ashx?la=en).
Use an A4988 controller to easily control stepper-motors like "NEMA 17" and siblings. Detailed information about the controller can be found in the [datasheet](http://www.allegromicro.com/~/media/Files/Datasheets/A4988-Datasheet.ashx?la=en).
## Enable A4988 support
To enable this feature, add `#define USE_A4988_STEPPER` to your `user_config_override.h` file and compile your own firmware.