File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ void setup() {
38
38
// Open serial communications and wait for port to open:
39
39
Serial.begin (9600 );
40
40
while (!Serial) {
41
- ; // wait for serial port to connect. Needed for Leonardo only
41
+ ; // wait for serial port to connect. Needed for native USB port only
42
42
}
43
43
44
44
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ void setup() {
29
29
// Open serial communications and wait for port to open:
30
30
Serial.begin (9600 );
31
31
while (!Serial) {
32
- ; // wait for serial port to connect. Needed for Leonardo only
32
+ ; // wait for serial port to connect. Needed for native USB port only
33
33
}
34
34
35
35
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ void setup() {
29
29
// Open serial communications and wait for port to open:
30
30
Serial.begin (9600 );
31
31
while (!Serial) {
32
- ; // wait for serial port to connect. Needed for Leonardo only
32
+ ; // wait for serial port to connect. Needed for native USB port only
33
33
}
34
34
35
35
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ void setup() {
26
26
// Open serial communications and wait for port to open:
27
27
Serial.begin (9600 );
28
28
while (!Serial) {
29
- ; // wait for serial port to connect. Needed for Leonardo only
29
+ ; // wait for serial port to connect. Needed for native USB port only
30
30
}
31
31
32
32
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ void setup() {
27
27
// Open serial communications and wait for port to open:
28
28
Serial.begin (9600 );
29
29
while (!Serial) {
30
- ; // wait for serial port to connect. Needed for Leonardo only
30
+ ; // wait for serial port to connect. Needed for native USB port only
31
31
}
32
32
33
33
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ void setup() {
30
30
// Open serial communications and wait for port to open:
31
31
Serial.begin (9600 );
32
32
while (!Serial) {
33
- ; // wait for serial port to connect. Needed for Leonardo only
33
+ ; // wait for serial port to connect. Needed for native USB port only
34
34
}
35
35
36
36
Serial.print (" Initializing SD card..." );
You can’t perform that action at this time.
0 commit comments