Skip to content

Commit 168b66f

Browse files
committed
FEAT v1.6.0 fix stepper openloop
1 parent 1803326 commit 168b66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal_project_examples/arduino_foc_stepper_openloop/arduino_foc_bldc_openloop.ino renamed to minimal_project_examples/arduino_foc_stepper_openloop/arduino_foc_stepper_openloop.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "BLDCMotor.h"
1+
#include "src/StepperMotor.h"
22

33
// motor instance
44
StepperMotor motor = StepperMotor(10, 6, 5, 9, 50, 8);

0 commit comments

Comments
 (0)