nanovm.ctbot.drivers
Class Leds

java.lang.Object
  extended by nanovm.ctbot.drivers.Leds

public class Leds
extends java.lang.Object


Field Summary
static int BLUE
           
static int BLUE_LEFT
           
static int BLUE_RIGHT
           
static int GREEN
           
static int ORANGE
           
static int RED
           
static int WHITE
           
static int YELLOW
           
 
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
 

Field Detail

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
Constructor Detail

Leds

public Leds()
Method Detail

set

public static void set(int val)

get

public static int get()