nanovm.ctbot.drivers
Class LdrSensor

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

public class LdrSensor
extends java.lang.Object


Field Summary
static int MAXIMUM
           
static int MINIMUM
           
 
Constructor Summary
LdrSensor()
           
 
Method Summary
static int getLeft()
           
static int getRight()
           
static void updateLeft()
           
static void updateRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXIMUM

public static final int MAXIMUM
See Also:
Constant Field Values

MINIMUM

public static final int MINIMUM
See Also:
Constant Field Values
Constructor Detail

LdrSensor

public LdrSensor()
Method Detail

updateLeft

public static void updateLeft()

updateRight

public static void updateRight()

getLeft

public static int getLeft()

getRight

public static int getRight()