diff options
| author | Selene ToyKeeper | 2016-07-03 19:14:22 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2016-07-03 19:14:22 -0600 |
| commit | 66d18b4985beb3a8cba9d241bc5c5808d0b997fc (patch) | |
| tree | a80725dc1bb408d0053f634c432f94098dd9a1d6 | |
| parent | Added extra parent includes to gcc path. (diff) | |
| download | anduril-66d18b4985beb3a8cba9d241bc5c5808d0b997fc.tar.gz anduril-66d18b4985beb3a8cba9d241bc5c5808d0b997fc.tar.bz2 anduril-66d18b4985beb3a8cba9d241bc5c5808d0b997fc.zip | |
Raised the LVP trigger level since it seemed to be too low.
Tested on a bench power supply to make sure it works.
| -rw-r--r-- | tk-calibration.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
