Brick.SetLed(Byte) Method

Definition

Set the Led intensity from 0 (off) to 100 (fully bright), 255 used to return the led to BrickPi3 management

public void SetLed (byte intensity);
member this.SetLed : byte -> unit
Public Sub SetLed (intensity As Byte)

Parameters

intensity
Byte

Led intensity

Applies to