Skip to content

Commit 31b5c14

Browse files
Merge pull request #350 from runger1101001/dev
Fix #345
2 parents 30a1c26 + 7ee4ead commit 31b5c14

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)