How does one disable the auto power-off feature in leJOS? I've scanned the API and can't find it. Thanks. -Brian (21 years ago, 8-Oct-03, to lugnet.robotics.rcx.java)
(...) your programs, lest you forget to turn off the RCX while a program is running and waste a set of batteries ... Like while(System.current...meMillis() < 600000) { // 10 minutes timeout ... } as a main loop instead of while(true){...} Jürgen (21 years ago, 9-Oct-03, to lugnet.robotics.rcx.java)