Skip to content

Commit

Permalink
Merge branch 'pedal_params_merge_comp' into comp-code-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Jun 14, 2024
2 parents e595e29 + 37f5776 commit a3499d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/MCU_rev15_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ const int ACCEL2_PEDAL_MAX = 259; // 388
const int ACCEL1_PEDAL_MIN = 2129;
const int ACCEL2_PEDAL_MIN = 1517;

const int BRAKE1_PEDAL_MAX = 1828; // 2200;
const int BRAKE2_PEDAL_MAX = 1857; // 2200;
const int BRAKE1_PEDAL_MAX = 1816; // 2200;
const int BRAKE2_PEDAL_MAX = 1775; // 2200;

const int BRAKE1_PEDAL_MIN = 1184; // 785; // 1230 to 1750
const int BRAKE2_PEDAL_MIN = 2486; // 785; // 2450 to 1930
const int BRAKE1_PEDAL_MIN = 1200; // 785; // 1230 to 1750
const int BRAKE2_PEDAL_MIN = 2375; // 785; // 2450 to 1930

const int ACCEL1_PEDAL_OOR_MIN = 90;
const int ACCEL2_PEDAL_OOR_MIN = 90;
Expand Down

0 comments on commit a3499d4

Please sign in to comment.