/* * rcxTest1.java * * Created on September 24, 2003, 7:32 PM */ package RCX1; /** * * @author Ian Smith-Heisters */ import josx.platform.rcx.*; public class RCXTest1 { /** * @param args the command line arguments */ public static void main(String[] args) throws Exception { TextLCD.print("DRIVE"); Motor.A.forward(); Button.RUN.waitForPressAndRelease(); } }