We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This code prints 'Test' but then freezes.
void setup() { Serial.begin(9600); Serial.println("Test");
String myString = "String test"; Serial.print(myString);
}
void loop() { }
Not sure if it's related to Uart::write or WString.cpp in ard_supers.