void loop() { // put your main code here, to run repeatedly: while(digitalRead(pin_button) == HIGH){ digitalWrite(pin_LED, HIGH); delay(200); digitalWrite(pin_LED, LOW); delay(100); count++; } Serial.println(count);}이런식으로 하면 되지 않을까... 나도 배우는 중이라..잘 모르것네,,,
3400원인데 난 이미 샀음
으아아아악!!
void loop() { // put your main code here, to run repeatedly: while(digitalRead(pin_button) == HIGH){ digitalWrite(pin_LED, HIGH); delay(200); digitalWrite(pin_LED, LOW); delay(100); count++; } Serial.println(count);}이런식으로 하면 되지 않을까... 나도 배우는 중이라..잘 모르것네,,,
고민해줘서 고마워 ㅠㅠ