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::control::PotConfig Struct Reference

#include <pot.hpp>

Collaboration diagram for sbl::components::control::PotConfig:

Public Attributes

cv::Smoothing smoothing = cv::Smoothing::Medium
 
uint16_t deadband = 64
 

Detailed Description

Definition at line 40 of file pot.hpp.

Member Data Documentation

◆ deadband

uint16_t sbl::components::control::PotConfig::deadband = 64

Definition at line 42 of file pot.hpp.

◆ smoothing

cv::Smoothing sbl::components::control::PotConfig::smoothing = cv::Smoothing::Medium

Definition at line 41 of file pot.hpp.


The documentation for this struct was generated from the following file: