IRQ Attached to GPIO?
Posted: Tue Jan 06, 2015 4:29 am
Hello,
iam searching for an 2nd sample source code with an IRQ attached to an GPIO Pin.
I only have one sampe (IoT Sample).
In my code the Interrupt is firing, firing, firing a lot to often. Or is debounce required when a digital signal (0/1) is connected to GPIO? (same signal no debounce needed on arduino)
I reassigned in interrupt low state or negative edge IRQ when pin is 1 and high state or positive edge IRQ when pin is 0. Fires permanent.
SpenZerx
iam searching for an 2nd sample source code with an IRQ attached to an GPIO Pin.
I only have one sampe (IoT Sample).
In my code the Interrupt is firing, firing, firing a lot to often. Or is debounce required when a digital signal (0/1) is connected to GPIO? (same signal no debounce needed on arduino)
I reassigned in interrupt low state or negative edge IRQ when pin is 1 and high state or positive edge IRQ when pin is 0. Fires permanent.
SpenZerx