updated documentation

This commit is contained in:
jakeg00dwin 2024-09-23 12:43:33 -07:00
parent b39e1f3de8
commit 31e225bacf
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
/** /**
* @brief Low Threshold * @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. * state.
*/ */
#define LOWTHRESH 0 #define LOWTHRESH 0
/** /**
* @brief High Threshold * @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. * state.
*/ */
#define HIGHTHRESH 1000 #define HIGHTHRESH 1000