93
93
//#define ADC_50p ADC_38 // the ADC value for 50% full (resting)
94
94
//#define ADC_25p ADC_35 // the ADC value for 25% full (resting)
95
95
//#define ADC_0p ADC_30 // the ADC value for 0% full (resting)
96
97
#define ADC_LOW ADC_32 // When do we start ramping down
97
98
#define ADC_CRIT ADC_30 // When do we shut the light off
119
100
#endif // TK_CALIBRATION_H