MCPcopy Create free account
hub / github.com/FastLED/FastLED / attach_external_handler

Function attach_external_handler

src/platforms/stub/isr_stub.hpp:481–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481inline int attach_external_handler(u8 pin, const isr_config_t& config, isr_handle_t* handle) FL_NOEXCEPT {
482 return stub_attach_external_handler(pin, config, handle);
483}
484
485inline int detach_handler(isr_handle_t& handle) FL_NOEXCEPT {
486 return stub_detach_handler(handle);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected