see for more details..
http://reza.net/wordpress/?p=269
I'll start migrating the code to use it (for the _644 version at least)
Reza
iklln6
Tuesday, December 21, 2010 5:11 PM
maybe they were trying to keep with the java motif
System.out.println("...");
System.out.print("...");
Serial.println("...");
Serial.print("...");
... now that i think about it, does adding elements in a print
statement work the same as java? like
int stuff;
System.out.println("The integer 'stuff' = " + stuff);
Serial.println("The integer 'stuff' = " + stuff);
Alexandre Harvey
Tuesday, December 21, 2010 5:05 PM
That should simplify things a fair bit!
Alex
Reza Naima
Tuesday, December 21, 2010 4:58 PM
One question thought, how much bigger is the firmware with printf? My guess is that it uses up a fair bit of space.
Alex
iklln6
Tuesday, December 21, 2010 5:11 PM
maybe they were trying to keep with the java motif
System.out.println("...");
System.out.print("...");
Serial.println("...");
Serial.print("...");
... now that i think about it, does adding elements in a print
statement work the same as java? like
int stuff;
System.out.println("The integer 'stuff' = " + stuff);
Serial.println("The integer 'stuff' = " + stuff);
Alexandre Harvey
Tuesday, December 21, 2010 5:05 PM
That should simplify things a fair bit!
Alex
Reza Naima
Tuesday, December 21, 2010 4:58 PM