Skip to content

Commit ef337ee

Browse files
committed
Example typo
1 parent 1fe11b3 commit ef337ee

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)