tinyvm.rcx
Class ROM

java.lang.Object
  |
  +--tinyvm.rcx.ROM

public class ROM
extends Object

Provides access to ROM routines that fall in a "miscellaneous" category.


Constructor Summary
ROM()
           
 
Method Summary
static int getBatteryPower()
           
static void resetMinuteTimer()
          Resets two-byte timer in the RCX.
 
Methods inherited from class java.lang.Object
getClass, toString
 

Constructor Detail

ROM

public ROM()
Method Detail

getBatteryPower

public static int getBatteryPower()
Returns:
Battery power.

resetMinuteTimer

public static void resetMinuteTimer()
Resets two-byte timer in the RCX.