Edit

Share via


ExplorerHat(GpioController, Boolean) Constructor

Definition

Initialize ExplorerHat instance

public ExplorerHat (System.Device.Gpio.GpioController? controller = default, bool shouldDispose = true);
new Iot.Device.ExplorerHat.ExplorerHat : System.Device.Gpio.GpioController * bool -> Iot.Device.ExplorerHat.ExplorerHat
Public Sub New (Optional controller As GpioController = Nothing, Optional shouldDispose As Boolean = true)

Parameters

controller
GpioController
shouldDispose
Boolean

Applies to