Skip to content

Commit bba4ab4

Browse files
committed
Merge branch 'dev' of github.com:askuric/Arduino-FOC into dev
2 parents 9712ead + ef337ee commit bba4ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/motion_control/open_loop_motor_control/open_loop_position_example/open_loop_position_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// BLDC motor & driver instance
66
// BLDCMotor motor = BLDCMotor(pole pair number);
77
BLDCMotor motor = BLDCMotor(11);
8-
// BLDCMotor motor = BLDCMotor(pole pair number);
8+
// BLDCDriver3PWM driver = BLDCDriver3PWM(pwmA, pwmB, pwmC, Enable(optional));
99
BLDCDriver3PWM driver = BLDCDriver3PWM(9, 5, 6, 8);
1010

1111
// Stepper motor & driver instance

0 commit comments

Comments
 (0)