Edit

Share via


BreakoutRgb5x5(I2cDevice) Constructor

Definition

Initialize LED driver.

public BreakoutRgb5x5 (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Display.BreakoutRgb5x5 : System.Device.I2c.I2cDevice -> Iot.Device.Display.BreakoutRgb5x5
Public Sub New (i2cDevice As I2cDevice)

Parameters

i2cDevice
I2cDevice

The I2cDevice to create with.

Applies to