void setup() {
pinMode(13, OUTPUT);
digitalWrite(13, HIGH); // 이후 이 부분의 HIGH를 LOW로 수정해 본다.
}
void loop() {
Copyright ⓒ TECH79 All right reserved