void setup() { Serial.begin(115200); Serial.println("Hello, Sornnaret009"); } void loop() { delay(10); }