Other Parts Discussed in Thread: EK-TM4C1294XL
Hi, I have two sensors which would output a digital pulse and that's fed to two gpios which are configured as input, I have initialised interrupt on both the gpios. my interrupt handler should trigger when any of the two sensors gives a pulse(high) and wait for the second sensor to give pulse (high), make a decision considering which gpio had high pulse first.