PIC18, MPLAB X IDE, XC8, GPIO, Interrupt 0. 참고 사항[ ] https://www.microchip.com/wwwproducts/en/PIC18F4520[ datasheet ] http://ww1.microchip.com/downloads/en/devicedoc/39631a.pdf 1. HW 연결RB0, PB1이 인터럽트를 설정할 수 있는 Pin이므로 Key Jupmper와 LED Jumper를 연결하였습니다. 2. 소스 설명full 소스는 아래 github를 통해 확인하세요. LED : RB7 ~ RB2 Interrupt : RB1 ~ RB0 //void __interrupt(high_priority) isr_low (void) void __interrupt(low_p..