Table of Contents

Class MeasurementTime

Namespace
nanoFramework.Hardware.Esp32.Touch
Assembly
nanoFramework.Hardware.Esp32.dll

Measurement elements.

public class MeasurementTime
Inheritance
MeasurementTime
Inherited Members
Extension Methods

Constructors

MeasurementTime()

public MeasurementTime()

Properties

MeasurementCycles

The duration of the touch sensor measurement. t_meas = meas_cycle / 8M, the maximum measure time is 0xffff / 8M = 8.19 ms

public TimeSpan MeasurementCycles { get; set; }

Property Value

TimeSpan

SleepCycles

The timer frequency is RTC_SLOW_CLK (can be 150k or 32k depending on the options), max value is 0xffff.

public ushort SleepCycles { get; set; }

Property Value

ushort