diff --git a/src/load/load.h b/src/load/load.h index e74a75f..5b20a4a 100644 --- a/src/load/load.h +++ b/src/load/load.h @@ -15,16 +15,25 @@ /** * @brief Low Threshold - * + * Anything below this value will cause the pin to lock into the disabled + * state. */ -#define LOWTHRESH 900 +#define LOWTHRESH 0 /** * @brief High Threshold - * + * Anything above this will cause the pin to lock into the disabled + * state. */ #define HIGHTHRESH 1000 +/** + * @brief Hysteresis value + * Anything below this value will keep or turn on the associated + * pin. + */ +#define HYSTERESIS 900 + /** * @brief Checks if the adc pin is inbetween LOWTHRESH and HIGHTHRESH and then * sets or disables the output pin on PORTA.