|
Class Summary |
| Button |
Abstraction for an RCX button. |
| LCD |
LCD routines. |
| MinLCD |
Only the most basic APIs from LCD. |
| MinSound |
Only the most basic APIs from Sound. |
| Motor |
Abstraction for a motor. |
| ROM |
Provides access to ROM routines that
fall in a "miscellaneous" category. |
| Sensor |
Abstraction for a sensor. |
| Serial |
Low-level APIs for serial communications. |
| Sound |
RCX sound routines. |
| TextLCD |
Display text on the LCD screen. |
| Time |
Implements currentTimeMillis() and
sleep() (as sleep wont work in the Thread
class). |
| Timer |
Timer object, with some similar functionality to java.Swing.Timer. |