Class DenoiseSetting
- Namespace
- nanoFramework.Hardware.Esp32.Touch
- Assembly
- nanoFramework.Hardware.Esp32.dll
Specific to S2/S3, the denoise capacitance used to denoise the touch pad.
public class DenoiseSetting
- Inheritance
-
DenoiseSetting
- Inherited Members
- Extension Methods
Constructors
DenoiseSetting()
public DenoiseSetting()
Properties
DenoiseCapacitance
Gets or sets the denoise capacitance.
public DenoiseCapacitance DenoiseCapacitance { get; set; }
Property Value
DenoiseRange
Gets or sets the denoise range.
public DenoiseRange DenoiseRange { get; set; }