nanovm.ctbot.drivers
Class Clock

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

public class Clock
extends java.lang.Object


Constructor Summary
Clock()
           
 
Method Summary
static void delayMicroseconds(int us)
           
static void delayMilliseconds(int ms)
           
static int getMilliSeconds()
           
static int getSeconds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clock

public Clock()
Method Detail

getSeconds

public static int getSeconds()

getMilliSeconds

public static int getMilliSeconds()

delayMilliseconds

public static void delayMilliseconds(int ms)

delayMicroseconds

public static void delayMicroseconds(int us)