Share via


GlitchFilterTime Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets and sets the time of the glitch filter for the debounce circuitry for all GPIO pins.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Shared Property GlitchFilterTime As TimeSpan
public static TimeSpan GlitchFilterTime { get; set; }
public:
static property TimeSpan GlitchFilterTime {
    TimeSpan get ();
    void set (TimeSpan value);
}
static member GlitchFilterTime : TimeSpan with get, set
static function get GlitchFilterTime () : TimeSpan
static function set GlitchFilterTime (value : TimeSpan)

Property Value

Type: System. . :: . .TimeSpan
The time of the glitch filter for the debounce circuitry for all GPIO pins.

Remarks

This setting affects all of the GPIO pins in the system. The default value for this property is 7.68 ms.

.NET Framework Security

See Also

Reference

Cpu Class

Microsoft.SPOT.Hardware Namespace