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

◆ attach_external_handler()

int fl::isr::attach_external_handler ( u8 pin,
const config & cfg,
handle * out_handle )

Attach an external interrupt handler (GPIO-based).

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

14 {
15 return isr::platforms::attach_external_handler(pin, cfg, out_handle);
16}