Skip to content

Raspberry.IO.GeneralPurpose.GpioConnectionSettings

raspberry-sharp edited this page Oct 24, 2012 · 4 revisions

The GpioConnectionSettings class represents the settings of a GpioConnection.

Constants and Static Properties

DefaultBlinkDuration

int DefaultBlinkDuration = 250;

The default blink duration, i.e 250 milliseconds.

DefaultPollInterval

decimal DefaultPollInterval { get; }

The default poll interval, as loaded from application configuration.

DefaultDriver

IGpioConnectionDriver DefaultDriver { get; }

The default driver, as loaded from application configuration.

Clone this wiki locally