Modified reference to Leonardo only in the examples

According to #3786 removed the reference to Leonardo only in while(!Serial) of the examples.
Changed in in "wait for serial port to connect. Needed for native USB port only"
This commit is contained in:
Arturo Guadalupi 2015-09-21 14:44:19 +02:00
parent a2e80eec77
commit 4ef0f2e104
10 changed files with 10 additions and 10 deletions

View file

@ -22,7 +22,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -34,7 +34,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -23,7 +23,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -22,7 +22,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -37,7 +37,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -40,7 +40,7 @@ void setup() {
// Open serial communications and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -34,7 +34,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -43,7 +43,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -40,7 +40,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield:

View file

@ -34,7 +34,7 @@ void setup() {
//Initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
; // wait for serial port to connect. Needed for native USB port only
}
// check for the presence of the shield: