updated documentation
This commit is contained in:
parent
b39e1f3de8
commit
31e225bacf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue