| | LeJOS Chris Wolcott
| | | Is there any documentation on classes for the LeJOS? How do I write a program that accesses all the motors, senors, etc? Is it worth the trouble to replace the firmware? (24 years ago, 28-Dec-00, to lugnet.robotics.rcx.java)
| | | | | | | | Re: LeJOS Frank Berger
| | | | | (...) There are some examples in the distribution. For a documentation you have to call javadoc. Naturally it is helpfull if you have some knowledge on the RCX. There is only a lack of documentation which Java-features are missing. You have to go (...) (24 years ago, 7-Jan-01, to lugnet.robotics.rcx.java)
| | | | | | | | | | Re: LeJOS Brian Bagnall
| | | | | API documentation is available online at the lejos homepage: (URL) You can also create a local copy if you have the Java Developer Kit. I have a batch file to do this: javadoc -author -d apidocs -sourcepath classes java.io java.lang java.util (...) (24 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
| | | | | | | | | | | | Re: LeJOS Corey Snipes
| | | | | (...) Thanks for the encouraging words, Brian. I've been following this forum (and learning Java) for several weeks now, and am about ready to install Lejos myself. You can expect some newbie posts from me shortly... (: Corey Snipes Boulder, CO, USA (...) (24 years ago, 5-Feb-01, to lugnet.robotics.rcx.java)
| | | | | | |