Skip to content

Commit

Permalink
Repair call "BasicStepperDriver"
Browse files Browse the repository at this point in the history
  • Loading branch information
chroja committed Mar 30, 2021
1 parent 485a9a3 commit ed5b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/NonBlocking/NonBlocking.ino
Expand Up @@ -50,7 +50,7 @@ DRV8834 stepper(MOTOR_STEPS, DIR, STEP, SLEEP, M0, M1);
// DRV8880 stepper(MOTORS_STEPS, DIR, STEP, SLEEP, M0, M1, TRQ0, TRQ1);

// #include "BasicStepperDriver.h" // generic
// BasicStepperDriver stepper(DIR, STEP);
// BasicStepperDriver stepper(MOTOR_STEPS, DIR, STEP);

void setup() {
Serial.begin(115200);
Expand Down

0 comments on commit ed5b55a

Please sign in to comment.