Just got this up and running. Great board.
As it's a Leonardo based board, shouldn't all the demo sketches that have
Serial.begin(9600);
be altered to be
Serial.begin(9600);
while (!Serial) {
}
This fixed missing the startup messages for me.
Statistics : Posted by russ5 • on Mon Sep 22, 2014 8:53 pm • Replies 1 • Views 342
As it's a Leonardo based board, shouldn't all the demo sketches that have
Serial.begin(9600);
be altered to be
Serial.begin(9600);
while (!Serial) {
}
This fixed missing the startup messages for me.
Statistics : Posted by russ5 • on Mon Sep 22, 2014 8:53 pm • Replies 1 • Views 342