Skip to content

Commit

Permalink
pedals configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
IshDeshpa committed Jul 16, 2024
1 parent 0dfafe0 commit 5bbf391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Drivers/Src/Pedals.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
// Indexed using pedal_t
// Refine in testing
static const int16_t LowerBound[NUMBER_OF_PEDALS] = {
400, // Accelerator lower bound
500, // Accelerator lower bound
2100, // Brake lower bound
};

static const int16_t UpperBound[NUMBER_OF_PEDALS] = {
900, // Accelerator upper bound
1100, // Accelerator upper bound
3300, // Brake upper bound
};

Expand Down

0 comments on commit 5bbf391

Please sign in to comment.