We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d430f69 commit e6b8f5bCopy full SHA for e6b8f5b
README.md
@@ -134,7 +134,7 @@ NOTE: This program uses all the default control parameters.
134
// BLDCMotor( pole_pairs )
135
BLDCMotor motor = BLDCMotor(11);
136
// BLDCDriver( pin_pwmA, pin_pwmB, pin_pwmC, enable (optional) )
137
-BLDCDriver3PWM motor = BLDCDriver3PWM(9, 10, 11, 8);
+BLDCDriver3PWM driver = BLDCDriver3PWM(9, 10, 11, 8);
138
// Encoder(pin_A, pin_B, CPR)
139
Encoder encoder = Encoder(2, 3, 2048);
140
// channel A and B callbacks
0 commit comments