may 1
Jim
I've fleshed out two lejos routines, ButtonBeep.java and TestRCXComm.java .
I've also installed lejosc on cs,
so I can at least be sure that they both compile.
mahoney@cs lejos$ pwd
/var/www/cs/htdocs/courses/spring2007/programming_workshop/lejos
mahoney@cs lejos$ . unix/environment
mahoney@cs lejos$ lejosc ButtonBeep.java
mahoney@cs lejos$
I also spent way too much time
this weekend on a python program
that Richard has already seen, to do the
N-queens problem.
in class
... we debugged both ButtonBeep and TestRCXComm and got them both work (!)
after class
I've updated the versions here to include
the bug fixes we found.