4.1편에서 SPI 예제를 살펴보았다. 혹시 이전 내용이 궁금하면 아래 링크를 클릭! [nRF52832] 4-1. 예제 코드 파해치기 1탄 - SPI (tistory.com) 이제는 GPIO와 GPIO와 관련된 인터럽트 예제 소스인 GPIOTE에 대해 알아보도록 하자. 오늘도 프로젝트를 열기 전에 이번에도 Nordic Infocenter의 설명을 먼저 읽어보자. https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/pin_change_int_example.html nRF5 SDK v17.1.0: Pin Change Interrupt Example The Pin Change Interrupt Example demonstrates interrupts on PI..