arduino-proffieboard
arduino-proffieboard copied to clipboard
detachInterrupt is broken
It will set the callback to zero before properly disabling the interrupt, which can cause crashes if an interrupt occurs before interrupts have properly been disabled.