Ht1632(Ht1632PinMapping, GpioController, Boolean) Constructor

Definition

HT1632C 32x8 and 24x16 LED Driver

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

Parameters

pinMapping
Ht1632PinMapping

The pin mapping to use by the binding.

gpioController
GpioController

The GPIO Controller used for interrupt handling.

shouldDispose
Boolean

True (the default) if the GPIO controller shall be disposed when disposing this instance.

Applies to