return array1 3개 LED를 독립적으로 켜고 끄기 3개 LED를 독립적으로 켜고 끄기 - 아두이노 예제 BlinkWithoutDelay 으로부터 변형 포인터 & 를 사용하여 LED 가 켜져있는 시간 체크 함수 만들기 - 스케치 함수 인자 처리 결과 값 전달 (tistory.com) 이용하여 변수 값 전달함. // constants won't change. Used here to set a pin number: const int OUT1 = 2; // the number of the LED pin const int OUT2 = 6; const int OUT3 = 9; // Variables will change: int OUT1_state = HIGH; // OUT1_state used to set the LED int OUT2_state = HIGH; .. 2021. 11. 5. 이전 1 다음 반응형