public class OpenRGBLed extends Object
| Constructor and Description |
|---|
OpenRGBLed(String name,
int value)
Default constructor, returns an instance of an OpenRGBLed
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
void |
setName(String name) |
void |
setValue(int value) |
String |
toString() |
public OpenRGBLed(String name, int value)
name - Led namevalue - Led value, internalCopyright © 2021. All rights reserved.