User Activity

Posted on February 23, 2018 at 00:55I'm new to programming with ST Micro, so I hope this is a simple question.Here is the generic pattern (correct me if I'm wrong)  in an IRQ handler:void EXTI4_IRQHandler(void){    if(EXTI_GetITStatus(EXTI_Line4) !=...