Skip to content

Commit

Permalink
fix #345
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Unger committed Nov 28, 2023
1 parent 9782d73 commit ecc7f1a
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 ecc7f1a

Please sign in to comment.