Open mwachs5 opened 7 years ago
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).
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).