void setup() {
Serial.begin(9600); // set up for serial
Serial.println("Khóa học STEM PTIT"); // print in the terminal
}
void loop() {
}
void setup() {
Serial.begin(9600); // set up for serial
Serial.println("Khóa học STEM PTIT"); // print in the terminal
}
void loop() {
}