2021-01-20 11:54 AM
INTERRUPT_HANDLER(EXTI_PORTA_IRQHandler, 3)
{
/* In order to detect unexpected events during development,
it is recommended to set a breakpoint on the following instruction.
*/
if(!GPIO_ReadInputPin(RUIDO_PASS_Port, RUIDO_PASS_Pin))
{
Tmr10msLeRuido1 = 20;
}
if(!GPIO_ReadInputPin(RUIDO_MOT_Port, RUIDO_MOT_Pin))
{
Tmr10msLeRuido0 = 20;
}
}