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 FilterSettingDebounceFields
- Five = 5
- 5 periods. 
- Four = 4
- 4 periods. 
- NoDebounce = 0
- No debounce 
- One = 1
- 1 period. 
- Seven = 7
- 7 periods. 
- Six = 6
- 6 periods. 
- Three = 3
- 3 periods. 
- Two = 2
- 2 periods.