PiJuiceStatus.SetLedState(Led, Color) Method

Definition

Set the color for a specific Led

public void SetLedState (Iot.Device.PiJuiceDevice.Models.Led led, System.Drawing.Color color);
member this.SetLedState : Iot.Device.PiJuiceDevice.Models.Led * System.Drawing.Color -> unit
Public Sub SetLedState (led As Led, color As Color)

Parameters

led
Led

Led to which color is to be applied

color
Color

Color for the Led

Applies to