nanovm.ctbot.drivers
Class Leds
java.lang.Object
nanovm.ctbot.drivers.Leds
public class Leds
- extends java.lang.Object
Constructor Summary |
Leds()
|
Method Summary |
static int |
get()
|
static void |
set(int val)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLUE_RIGHT
public static final int BLUE_RIGHT
- See Also:
- Constant Field Values
BLUE_LEFT
public static final int BLUE_LEFT
- See Also:
- Constant Field Values
RED
public static final int RED
- See Also:
- Constant Field Values
ORANGE
public static final int ORANGE
- See Also:
- Constant Field Values
YELLOW
public static final int YELLOW
- See Also:
- Constant Field Values
GREEN
public static final int GREEN
- See Also:
- Constant Field Values
BLUE
public static final int BLUE
- See Also:
- Constant Field Values
WHITE
public static final int WHITE
- See Also:
- Constant Field Values
Leds
public Leds()
set
public static void set(int val)
get
public static int get()