void setup() { Serial.begin(115200); } void loop() { Serial.println("first"); delay(1000); }