共用方式為


Seesaw.SetGpioPinModeBulk(UInt64, PinMode) 方法

定義

設定一些 GPIO 針腳的 PinMode

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)

參數

pins
UInt64

64 位整數,每個針腳包含 1 位。 如果位設定為 1,則會針對相關聯的針腳設定針腳模式。

mode
PinMode

要設定的釘選模式。

適用於