Mpr121Configuration Class

Definition

Configuration for registers listed on datasheet page 8.

public class Mpr121Configuration
type Mpr121Configuration = class
Public Class Mpr121Configuration
Inheritance
Mpr121Configuration

Constructors

Mpr121Configuration()

Properties

ChargeDischargeTimeConfiguration

Filter/Global Charge Discharge Time Configuration (datasheet page 14).

ElectrodeConfiguration

Electrode Configuration (datasheet page 15).

ElectrodeReleaseThreshold

Electrode release threshold.

ElectrodeTouchThreshold

Electrode touch threshold.

FilterDelayCountLimitFalling

Determines the operation rate of the filter. A larger count limit means the filter delay is operating more slowly (falling).

FilterDelayCountLimitRising

Determines the operation rate of the filter. A larger count limit means the filter delay is operating more slowly (rising).

MaxHalfDeltaFalling

Determines the largest magnitude of variation to pass through the baseline filter (falling).

MaxHalfDeltaRising

Determines the largest magnitude of variation to pass through the baseline filter (rising).

NoiseCountLimitFalling

Determines the number of samples consecutively greater than the Max Half Delta value (falling). This is necessary to determine that it is not noise.

NoiseCountLimitRising

Determines the number of samples consecutively greater than the Max Half Delta value (rising). This is necessary to determine that it is not noise.

NoiseHalfDeltaFalling

Determines the incremental change when non-noise drift is detected (falling).

NoiseHalfDeltaRising

Determines the incremental change when non-noise drift is detected (rising).

Applies to