Files
2023-07-19 12:46:54 -04:00

7 lines
88 B
Arduino

void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Just a test");
}