From 31e225bacf4c944dafed242f3bcc01660627e09a Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Mon, 23 Sep 2024 12:43:33 -0700 Subject: [PATCH] updated documentation --- src/load/load.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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