This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Percobaan Arduino IDE memprogram ESP8266 | |
| lebih lengkap silahkan ke https://www.sinaryuda.web.id/tag/esp8266 | |
| */ | |
| int pin = 2; | |
| void setup() { | |
| // inisialisai GPIO pin 2 sebagai output | |
| pinMode(pin, OUTPUT); |