epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

irq triggered until the GPIO pin is read #18

Closed epsilonrt closed 4 years ago

epsilonrt commented 4 years ago

If the interrupt routine does not read the GPIO pin, the call to the routine is repeated endlessly.