Apa102(SpiDevice, Int32) Constructor

Definition

Initializes a new instance of the APA102 device.

public Apa102 (System.Device.Spi.SpiDevice spi, int length);
public Apa102 (System.Device.Spi.SpiDevice spiDevice, int length);
new Iot.Device.Apa102.Apa102 : System.Device.Spi.SpiDevice * int -> Iot.Device.Apa102.Apa102
new Iot.Device.Apa102.Apa102 : System.Device.Spi.SpiDevice * int -> Iot.Device.Apa102.Apa102
Public Sub New (spi As SpiDevice, length As Integer)
Public Sub New (spiDevice As SpiDevice, length As Integer)

Parameters

spispiDevice
SpiDevice

The SPI device used for communication.

length
Int32

Number of LEDs

Applies to