We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba9035 commit 005a33cCopy full SHA for 005a33c
my01b-blink-serial.ino
@@ -20,7 +20,7 @@ void setup() {
20
}
21
22
void loop() {
23
- Serial.println("Only works on the M7 core, just ignored on the M4 Core, unless you use RPC!");
+ Serial.println("Serial print works on the M7 core, just ignored on the M4 Core, unless you use RPC!");
24
digitalWrite(LEDB, LOW); // Portenta onboard LED connected to 3V3 so ground it to light
25
delay(1000); // wait for a second
26
digitalWrite(LEDB, HIGH); // turn the LED off by not grounding it, weird eh.
0 commit comments