cinco
cinco copied to clipboard
Simplify attachInterrupt for users
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).