From 5bbf39118fa0d079aa71aa5ac9c08ec0397e5db7 Mon Sep 17 00:00:00 2001 From: IshDeshpa Date: Tue, 16 Jul 2024 02:22:07 -0500 Subject: [PATCH] pedals configuration --- Drivers/Src/Pedals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Drivers/Src/Pedals.c b/Drivers/Src/Pedals.c index 13aeeaa4..0f8e06ee 100755 --- a/Drivers/Src/Pedals.c +++ b/Drivers/Src/Pedals.c @@ -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 };