Skip to content

Commit 005a33c

Browse files
authored
Update my01b-blink-serial.ino
1 parent eba9035 commit 005a33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

my01b-blink-serial.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void setup() {
2020
}
2121

2222
void loop() {
23-
Serial.println("Only works on the M7 core, just ignored on the M4 Core, unless you use RPC!");
23+
Serial.println("Serial print works on the M7 core, just ignored on the M4 Core, unless you use RPC!");
2424
digitalWrite(LEDB, LOW); // Portenta onboard LED connected to 3V3 so ground it to light
2525
delay(1000); // wait for a second
2626
digitalWrite(LEDB, HIGH); // turn the LED off by not grounding it, weird eh.

0 commit comments

Comments
 (0)