Skip to content

Commit

Permalink
track drifting
Browse files Browse the repository at this point in the history
  • Loading branch information
CL16gtgh committed May 30, 2024
1 parent 88352fd commit 0bb8005
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/MCU_rev15_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ const unsigned long TELEM_CAN_BAUDRATE = 500000;
// All of these values are the PEDAL min/max
// the sensor min/max that trip implaus are calculated
// in the PedalsSystem constructor
const int ACCEL1_PEDAL_MAX = 3240;
const int ACCEL2_PEDAL_MAX = 440;
const int ACCEL1_PEDAL_MAX = 3240; // 3330
const int ACCEL2_PEDAL_MAX = 440; // 388

const int ACCEL1_PEDAL_MIN = 2124;
const int ACCEL2_PEDAL_MIN = 1517;

const int BRAKE1_PEDAL_MAX = 1745; //2200;
const int BRAKE2_PEDAL_MAX = 1935; //2200;
const int BRAKE1_PEDAL_MAX = 1745; // 2200;
const int BRAKE2_PEDAL_MAX = 1935; // 2200;

const int BRAKE1_PEDAL_MIN = 1235; //785;//1230 //1750
const int BRAKE2_PEDAL_MIN = 2445; //785;//2450 //1930
const int BRAKE1_PEDAL_MIN = 1235; // 785; // 1230 to 1750
const int BRAKE2_PEDAL_MIN = 2445; // 785; // 2450 to 1930

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

0 comments on commit 0bb8005

Please sign in to comment.