nanovm.ctbot.drivers
Class Servo

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

public class Servo
extends java.lang.Object


Field Summary
static int MAXIMUM
           
static int MINIMUM
           
 
Constructor Summary
Servo()
           
 
Method Summary
static int get1()
           
static int get2()
           
static void set1(int val)
           
static void set2(int val)
           
 
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

Servo

public Servo()
Method Detail

set1

public static void set1(int val)

set2

public static void set2(int val)

get1

public static int get1()

get2

public static int get2()