//2번 디지털포트에 LED를 연결하세요. procedure setup end procedure loop DigitalWrite(2, HIGH) Delay(1000) DigitalWrite(2, LOW) Delay(1000) end