Skip to content

Commit

Permalink
Fix RPM scaling on 36-2 with cam pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed May 23, 2024
1 parent 95aa826 commit eba0e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ardustim/ardustim/ardustim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ wheels Wheels[MAX_WHEELS] = {
{ Jeep_2000_friendly_name, jeep_2000, 1.5, 360, 720},
{ BMW_N20_friendly_name, bmw_n20, 1.0, 240, 720},
{ VIPER9602_friendly_name, viper9602wheel, 1.0, 240, 720},
{ thirty_six_minus_two_with_second_trigger_friendly_name, thirty_six_minus_two_with_second_trigger, 1.0, 144, 720 },
{ thirty_six_minus_two_with_second_trigger_friendly_name, thirty_six_minus_two_with_second_trigger, 0.6, 144, 720 },
};

/* Initialization */
Expand Down

2 comments on commit eba0e5a

@Livin652
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ Jeep_2000_friendly_name, jeep_2000, 1.5, 360, 720},
{ BMW_N20_friendly_name, bmw_n20, 1.0, 240, 720},
{ VIPER9602_friendly_name, viper9602wheel, 1.0, 240, 720},
{ thirty_six_minus_two_with_second_trigger_friendly_name, thirty_six_minus_two_with_second_trigger, 1.0, 144, 720 },
{ thirty_six_minus_two_with_second_trigger_friendly_name, thirty_six_minus_two_with_second_trigger, 0.6, 144, 720 },
};

/* Initialization */

@Livin652
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ardustim/ardustim/ardustim.inoardustim/ardustim/ardustim.ino

Please sign in to comment.