Skip to content

Commit e6b8f5b

Browse files
committed
README update
1 parent d430f69 commit e6b8f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ NOTE: This program uses all the default control parameters.
134134
// BLDCMotor( pole_pairs )
135135
BLDCMotor motor = BLDCMotor(11);
136136
// BLDCDriver( pin_pwmA, pin_pwmB, pin_pwmC, enable (optional) )
137-
BLDCDriver3PWM motor = BLDCDriver3PWM(9, 10, 11, 8);
137+
BLDCDriver3PWM driver = BLDCDriver3PWM(9, 10, 11, 8);
138138
// Encoder(pin_A, pin_B, CPR)
139139
Encoder encoder = Encoder(2, 3, 2048);
140140
// channel A and B callbacks

0 commit comments

Comments
 (0)