#include <gate.hpp>
|
| uint16_t | threshold_high = 40000 |
| | ADC value to trigger gate ON (~2V for 3.3V/16-bit)
|
| |
| uint16_t | threshold_low = 20000 |
| | ADC value to trigger gate OFF (hysteresis band)
|
| |
Definition at line 19 of file gate.hpp.
◆ threshold_high
| uint16_t sbl::components::cv::GateConfig::threshold_high = 40000 |
ADC value to trigger gate ON (~2V for 3.3V/16-bit)
Definition at line 20 of file gate.hpp.
◆ threshold_low
| uint16_t sbl::components::cv::GateConfig::threshold_low = 20000 |
ADC value to trigger gate OFF (hysteresis band)
Definition at line 21 of file gate.hpp.
The documentation for this struct was generated from the following file: