ArduinoBoard.CreateGpioController Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a GPIO Controller instance for the board. This allows working with digital input/output pins.
C#
public System.Device.Gpio.GpioController CreateGpioController ();
C#
public override System.Device.Gpio.GpioController CreateGpioController ();
member this.CreateGpioController : unit -> System.Device.Gpio.GpioController
override this.CreateGpioController : unit -> System.Device.Gpio.GpioController
Public Function CreateGpioController () As GpioController
Public Overrides Function CreateGpioController () As GpioController
An instance of GpioController, using an Arduino-Enabled driver
Produk | Versi |
---|---|
.NET IoT Libraries | 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |