Mostrando entradas con la etiqueta Lego Mindstorms. Mostrar todas las entradas
Mostrando entradas con la etiqueta Lego Mindstorms. Mostrar todas las entradas
31.5.07
19.5.07
NXT ROBOTS
Since the release of Lego Mindstorms NXT, I have been looking to its growing and active community. As every body knows, the final objective of Lego Mindstorm is to make robots. So, here there are some of them:
And check out NXTLOG for more creations.
25.3.07
LeJOS (RCX)
Working?.
import josx.platform.rcx.*;
public class holamundo
{
public static void main (String[] aArg)
throws Exception
{
LCD.clear();
TextLCD.print ("hola");
Thread.sleep(2000);
TextLCD.print ("mundo");
Thread.sleep(2000);
}
}
public class holamundo
{
public static void main (String[] aArg)
throws Exception
{
LCD.clear();
TextLCD.print ("hola");
Thread.sleep(2000);
TextLCD.print ("mundo");
Thread.sleep(2000);
}
}
Suscribirse a:
Entradas (Atom)