Skip to content

Commit ecc7f1a

Browse files
author
Richard Unger
committed
fix #345
1 parent 9782d73 commit ecc7f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hardware_specific_examples/DRV8302_driver/6pwm_example/encoder/full_control_serial/full_control_serial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// Motor instance
3131
BLDCMotor motor = BLDCMotor(11);
32-
BLDCDriver6PWM driver = BLDCDriver6PWM(INH_A,INH_A, INH_B,INH_B, INH_C,INL_C, EN_GATE);
32+
BLDCDriver6PWM driver = BLDCDriver6PWM(INH_A,INL_A, INH_B,INL_B, INH_C,INL_C, EN_GATE);
3333

3434
// encoder instance
3535
Encoder encoder = Encoder(2, 3, 8192);

0 commit comments

Comments
 (0)