cinco icon indicating copy to clipboard operation
cinco copied to clipboard

Simplify attachInterrupt for users

Open mwachs5 opened this issue 8 years ago • 0 comments

See https://forums.sifive.com/t/arduino-ide-attachinterrupt/392/6

Should:

  • implement noInterrupts() and interrupts() functions. Also in Arduino land it is assumed that interrupts are enabled.

  • Handle the "acknowledgement" of GPIO pin interrupts inside the handler routine (user should not have to do this).

mwachs5 avatar Mar 06 '17 23:03 mwachs5