Search
Get Started
A
Arduino
β’
2mo ago
Maverick
Try this. ```c++ void setup() { Serial.begin(115200); } void loop() { Serial.println("Testing");
Try this
.
c++ void setup() { Serial.begin(115200); } void loop() { Serial.println("Testing"); delay(1000); }
c++ void setup() { Serial.begin(115200); } void loop() { Serial.println("Testing"); delay(1000); }
Arduino
Join
Official Arduino Discord - Discuss all things Arduino!
38,429
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
c++
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Testing");
delay(1000);
}
c++
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Testing");
delay(1000);
}
Next page