File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ void setup() {
48
48
// Open serial communications and wait for port to open:
49
49
Serial.begin (9600 );
50
50
while (!Serial) {
51
- ; // wait for serial port to connect. Needed for Leonardo only
51
+ ; // wait for serial port to connect. Needed for native USB port only
52
52
}
53
53
54
54
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void setup() {
44
44
// Open serial communications and wait for port to open:
45
45
Serial.begin (9600 );
46
46
while (!Serial) {
47
- ; // wait for serial port to connect. Needed for Leonardo only
47
+ ; // wait for serial port to connect. Needed for native USB port only
48
48
}
49
49
50
50
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ void setup() {
35
35
Serial.begin (9600 );
36
36
// this check is only needed on the Leonardo:
37
37
while (!Serial) {
38
- ; // wait for serial port to connect. Needed for Leonardo only
38
+ ; // wait for serial port to connect. Needed for native USB port only
39
39
}
40
40
41
41
// start the Ethernet connection:
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void setup() {
43
43
Serial.begin (9600 );
44
44
// this check is only needed on the Leonardo:
45
45
while (!Serial) {
46
- ; // wait for serial port to connect. Needed for Leonardo only
46
+ ; // wait for serial port to connect. Needed for native USB port only
47
47
}
48
48
49
49
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void setup() {
43
43
// Open serial communications and wait for port to open:
44
44
Serial.begin (9600 );
45
45
while (!Serial) {
46
- ; // wait for serial port to connect. Needed for Leonardo only
46
+ ; // wait for serial port to connect. Needed for native USB port only
47
47
}
48
48
49
49
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void setup() {
43
43
// Open serial communications and wait for port to open:
44
44
Serial.begin (9600 );
45
45
while (!Serial) {
46
- ; // wait for serial port to connect. Needed for Leonardo only
46
+ ; // wait for serial port to connect. Needed for native USB port only
47
47
}
48
48
49
49
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ void setup() {
37
37
// Open serial communications and wait for port to open:
38
38
Serial.begin (9600 );
39
39
while (!Serial) {
40
- ; // wait for serial port to connect. Needed for Leonardo only
40
+ ; // wait for serial port to connect. Needed for native USB port only
41
41
}
42
42
43
43
// start the Ethernet connection:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ void setup() {
51
51
// start serial port:
52
52
Serial.begin (9600 );
53
53
while (!Serial) {
54
- ; // wait for serial port to connect. Needed for Leonardo only
54
+ ; // wait for serial port to connect. Needed for native USB port only
55
55
}
56
56
57
57
// give the ethernet module time to boot up:
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ void setup() {
36
36
// Open serial communications and wait for port to open:
37
37
Serial.begin (9600 );
38
38
while (!Serial) {
39
- ; // wait for serial port to connect. Needed for Leonardo only
39
+ ; // wait for serial port to connect. Needed for native USB port only
40
40
}
41
41
42
42
You can’t perform that action at this time.
0 commit comments