void setup() {
Serial.begin(9600);
Serial.println("this is");
delay(100);
Serial.println("a serial text");
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
Serial.begin(9600);
Serial.println("this is");
delay(100);
Serial.println("a serial text");
}
void loop() {
// put your main code here, to run repeatedly:
}