Serial: Switch the examples over to printArray()

This commit is contained in:
gohai
2013-11-19 17:22:13 -08:00
parent 95bac1d04c
commit 0ef72e25c9
3 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@ void setup() {
ypos = height/2;
// Print a list of the serial ports, for debugging purposes:
println(Serial.list());
printArray(Serial.list());
// I know that the first port in the serial list on my mac
// is always my FTDI adaptor, so I open Serial.list()[0].