profezzorn / arduino-proffieboard

25 stars 18 forks source link

detachInterrupt is broken #3

Open profezzorn opened 3 years ago

profezzorn commented 3 years ago

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.