From cecbc62e730bae7a9a6da47dc3d9dd62cde9caf5 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sat, 4 Jul 2020 21:32:21 +0200 Subject: [PATCH] Sense factor corr --- Config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Config.h b/Config.h index d690ad7..6e517f3 100644 --- a/Config.h +++ b/Config.h @@ -8,10 +8,9 @@ const byte MAIN_SIGNAL_PIN = 12; const byte MAIN_SIGNAL_PIN_ALT = 0; // for hardware that flipflops signal pins const byte MAIN_SENSE_PIN = A0; const byte MAIN_BRAKE_PIN = 9; -const float MAIN_SENSE_FACTOR=1.717; // analgRead(MAIN_SENSE_PIN) * MAIN_SENSE_FACTOR = milliamps const int MAIN_MAX_MILLIAMPS=2000; -const float MAIN_SENSE_FACTOR=2.99; // analgRead(MAIN_SENSE_PIN) * MAIN_SENSE_FACTOR = milliamps +const float MAIN_SENSE_FACTOR=1.717; // analgRead(MAIN_SENSE_PIN) * MAIN_SENSE_FACTOR = milliamps const byte PROG_POWER_PIN = 11; const byte PROG_SIGNAL_PIN = 13;