Enum FilterSettingNoiseThreshold
- Namespace
- nanoFramework.Hardware.Esp32.Touch
- Assembly
- nanoFramework.Hardware.Esp32.dll
Noise threshold coefficient. Higher = More noise resistance. The actual noise should be less than (noise coefficient * touch threshold). Range: 0 ~ 3. The coefficient is 0: 4/8; 1: 3/8; 2: 2/8; 3: 1;
public enum FilterSettingNoiseThresholdFields
- High = 3
- The coefficient is 3: 1. 
- Low = 0
- The coefficient is 0: 4/8. 
- MediumHigh = 2
- The coefficient is 2: 2/8. 
- Mediumlow = 1
- The coefficient is 1: 3/8.