Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
sbl::components::cv::GateConfig Struct Reference

#include <gate.hpp>

Collaboration diagram for sbl::components::cv::GateConfig:

Public Attributes

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)
 

Detailed Description

Definition at line 19 of file gate.hpp.

Member Data Documentation

◆ 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: