Seesaw.WriteGpioDigitalBulk(UInt64, Boolean) Method

Definition

Write a value to a number of GPIO pins

public void WriteGpioDigitalBulk (ulong pins, bool value);
member this.WriteGpioDigitalBulk : uint64 * bool -> unit
Public Sub WriteGpioDigitalBulk (pins As ULong, value As Boolean)

Parameters

pins
UInt64

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

value
Boolean

The pin value to be set.

Applies to