"Correct" method for migrating libs to Arduino 1.0

BTW, Serial.write(byte) (and other Print sub-classes) should work in 0022 /0023 as well as 1.0. So if you have code that currently does Serial.print(n, BYTE), you should be able to change it to Serial.write() and maintain compatibility.