From 66d18b4985beb3a8cba9d241bc5c5808d0b997fc Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 3 Jul 2016 19:14:22 -0600 Subject: Raised the LVP trigger level since it seemed to be too low. Tested on a bench power supply to make sure it works. --- tk-calibration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tk-calibration.h') diff --git a/tk-calibration.h b/tk-calibration.h index d9073ab..c2ab801 100644 --- a/tk-calibration.h +++ b/tk-calibration.h @@ -56,7 +56,7 @@ #define ADC_50p ADC_38 // the ADC value for 50% full (resting) #define ADC_25p ADC_35 // the ADC value for 25% full (resting) #define ADC_0p ADC_30 // the ADC value for 0% full (resting) -#define ADC_LOW ADC_28 // When do we start ramping down +#define ADC_LOW ADC_30 // When do we start ramping down #define ADC_CRIT ADC_27 // When do we shut the light off -- cgit v1.2.3