void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Selamat belajar wokwi");
}
void loop() {
Serial.println("Sedang Mencoba ESP32");
delay(1000); // this speeds up the simulation
}
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Selamat belajar wokwi");
}
void loop() {
Serial.println("Sedang Mencoba ESP32");
delay(1000); // this speeds up the simulation
}