Compartir a través de


RaspberryPi3Driver.SetPinMode Método

Definición

Sobrecargas

SetPinMode(Int32, PinMode)

Establece el modo en una patilla.

SetPinMode(Int32, PinMode, PinValue)

Establece el modo en un pin y establece un valor inicial para un pin de salida.

SetPinMode(Int32, PinMode)

Establece el modo en una patilla.

protected internal override void SetPinMode (int pinNumber, System.Device.Gpio.PinMode mode);
override this.SetPinMode : int * System.Device.Gpio.PinMode -> unit
Protected Friend Overrides Sub SetPinMode (pinNumber As Integer, mode As PinMode)

Parámetros

pinNumber
Int32

Número de patilla del esquema de numeración lógica del controlador.

mode
PinMode

Modo que se va a establecer.

Se aplica a

SetPinMode(Int32, PinMode, PinValue)

Establece el modo en un pin y establece un valor inicial para un pin de salida.

protected internal override void SetPinMode (int pinNumber, System.Device.Gpio.PinMode mode, System.Device.Gpio.PinValue initialValue);
override this.SetPinMode : int * System.Device.Gpio.PinMode * System.Device.Gpio.PinValue -> unit
Protected Friend Overrides Sub SetPinMode (pinNumber As Integer, mode As PinMode, initialValue As PinValue)

Parámetros

pinNumber
Int32

Número de patilla del esquema de numeración lógica del controlador.

mode
PinMode

Modo que se va a establecer.

initialValue
PinValue

Valor inicial si es mode la salida. El controlador hará lo mejor para evitar problemas con el otro valor al cambiar de entrada a salida.

Se aplica a