File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ void setup() {
22
22
// Initialize serial and wait for port to open:
23
23
Serial.begin (9600 );
24
24
while (!Serial) {
25
- ; // wait for serial port to connect. Needed for Leonardo only
25
+ ; // wait for serial port to connect. Needed for native USB port only
26
26
}
27
27
28
28
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ void setup() {
34
34
// Initialize serial and wait for port to open:
35
35
Serial.begin (9600 );
36
36
while (!Serial) {
37
- ; // wait for serial port to connect. Needed for Leonardo only
37
+ ; // wait for serial port to connect. Needed for native USB port only
38
38
}
39
39
40
40
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ void setup() {
23
23
// Initialize serial and wait for port to open:
24
24
Serial.begin (9600 );
25
25
while (!Serial) {
26
- ; // wait for serial port to connect. Needed for Leonardo only
26
+ ; // wait for serial port to connect. Needed for native USB port only
27
27
}
28
28
29
29
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ void setup() {
22
22
// Initialize serial and wait for port to open:
23
23
Serial.begin (9600 );
24
24
while (!Serial) {
25
- ; // wait for serial port to connect. Needed for Leonardo only
25
+ ; // wait for serial port to connect. Needed for native USB port only
26
26
}
27
27
28
28
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ void setup() {
37
37
// Initialize serial 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
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void setup() {
40
40
// Open serial communications and wait for port to open:
41
41
Serial.begin (9600 );
42
42
while (!Serial) {
43
- ; // wait for serial port to connect. Needed for Leonardo only
43
+ ; // wait for serial port to connect. Needed for native USB port only
44
44
}
45
45
46
46
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ void setup() {
34
34
// Initialize serial and wait for port to open:
35
35
Serial.begin (9600 );
36
36
while (!Serial) {
37
- ; // wait for serial port to connect. Needed for Leonardo only
37
+ ; // wait for serial port to connect. Needed for native USB port only
38
38
}
39
39
40
40
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ void setup() {
43
43
// Initialize serial 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
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void setup() {
40
40
// Initialize serial and wait for port to open:
41
41
Serial.begin (9600 );
42
42
while (!Serial) {
43
- ; // wait for serial port to connect. Needed for Leonardo only
43
+ ; // wait for serial port to connect. Needed for native USB port only
44
44
}
45
45
46
46
// check for the presence of the shield:
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ void setup() {
34
34
// Initialize serial and wait for port to open:
35
35
Serial.begin (9600 );
36
36
while (!Serial) {
37
- ; // wait for serial port to connect. Needed for Leonardo only
37
+ ; // wait for serial port to connect. Needed for native USB port only
38
38
}
39
39
40
40
// check for the presence of the shield:
You can’t perform that action at this time.
0 commit comments