adapnex::core::HysteresisWithDelay
A hysteresis that sets/resets the output when the defined thresholds are crossed and a delay elapses.
Synopsis
Declared in <adapnex/core/hysteresis.h>
template<typename T>
class HysteresisWithDelay;
Description
|
Both SET > RESET and SET < RESET are allowed. The implementation adapts the comparisons accordingly. |