Skip to content

Commit

Permalink
Merge pull request #350 from runger1101001/dev
Browse files Browse the repository at this point in the history
Fix #345
  • Loading branch information
runger1101001 authored Nov 28, 2023
2 parents 30a1c26 + 7ee4ead commit 31b5c14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

// Motor instance
BLDCMotor motor = BLDCMotor(11);
BLDCDriver6PWM driver = BLDCDriver6PWM(INH_A,INH_A, INH_B,INH_B, INH_C,INL_C, EN_GATE);
BLDCDriver6PWM driver = BLDCDriver6PWM(INH_A,INL_A, INH_B,INL_B, INH_C,INL_C, EN_GATE);

// encoder instance
Encoder encoder = Encoder(2, 3, 8192);
Expand Down

0 comments on commit 31b5c14

Please sign in to comment.