13472
2016-04-11 09:37:24
0
http://cs.smith.edu/dftwiki/index.php/Tutorial:_Interrupt-Driven_Event-Counter_on_the_Raspberry_Pi
인터럽트 방식으로 처리 하려면 wiringPiISR (BUTTON_PIN, INT_EDGE_FALLING, &myInterrupt) 내용처럼
인터럽트 서비스 루틴과 edge_falling이나 edge_raising 등의 옵션을 바꾸어 설정하시면 될것으로 보입니다.