mirror of https://github.com/arendst/Tasmota.git
Updated A4988 Stepper Motor Controller (markdown)
parent
72a219ad36
commit
b954cb3b8b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue