import lejos.nxt.LCD;
public class LCDTexto {
public static void main(String[] args) throws Exception {
LCD.drawString("Free RAM:", 0, 0);
LCD.drawInt((int) System.getRuntime().freeMemory(), 6, 9, 0);
Thread.sleep(2000);
}
}
Compile y ejecute, el resultado esperado se muestra en el siguiente video:
No hay comentarios:
Publicar un comentario