Seesaw.SetGpioPinModeBulk(UInt64, PinMode) Method

Definition

Set the PinMode for a number of GPIO pins

public void SetGpioPinModeBulk (ulong pins, System.Device.Gpio.PinMode mode);
member this.SetGpioPinModeBulk : uint64 * System.Device.Gpio.PinMode -> unit
Public Sub SetGpioPinModeBulk (pins As ULong, mode As PinMode)

Parameters

pins
UInt64

A 64bit integer containing 1 bit for each pin. If a bit is set to 1 then the pin mode is set for the associated pin.

mode
PinMode

The pin mode to be set.

Applies to