public class LED
extends Object
Constructor and Description |
---|
LED(String dev)
Opens a LED device
|
Modifier and Type | Method and Description |
---|---|
void |
brightness(float bright)
Sets the brightness
|
void |
close()
Restores the previous state
|
static String[] |
list()
Lists all available LED devices
|