FastLED 3.9.15
Loading...
Searching...
No Matches

◆ disable_handler()

int fl::isr::disable_handler ( handle & h)

Disable an ISR temporarily (without detaching).

Definition at line 26 of file handler.cpp.hpp.

26 {
27 return isr::platforms::disable_handler(h);
28}