Enum FilterSettingDebounce
- Namespace
- nanoFramework.Hardware.Esp32.Touch
- Assembly
- nanoFramework.Hardware.Esp32.dll
Set debounce count, such as n. If the measured values continue to exceed the threshold for n+1 times, the touch sensor state changes. Range: 0 ~ 7
public enum FilterSettingDebounce
Fields
Five = 55 periods.
Four = 44 periods.
NoDebounce = 0No debounce
One = 11 period.
Seven = 77 periods.
Six = 66 periods.
Three = 33 periods.
Two = 22 periods.