diff --git a/src/load/load.h b/src/load/load.h index 2d2bc0e..d36e07d 100644 --- a/src/load/load.h +++ b/src/load/load.h @@ -15,14 +15,14 @@ /** * @brief Low Threshold - * Anything below this value will cause the pin to lock into the disabled + * Anything below or equal to the value will cause the pin to lock into the disabled * state. */ #define LOWTHRESH 0 /** * @brief High Threshold - * Anything above this will cause the pin to lock into the disabled + * Anything equal or above the value will cause the pin to lock into the disabled * state. */ #define HIGHTHRESH 1000