MCPcopy Create free account
hub / github.com/FastLED/FastLED / LPC_SCT_CAPTURE>

Method LPC_SCT_CAPTURE>

src/fl/channels/rx.cpp.hpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127// LPC_SCT_CAPTURE not available on ESP32 (LPC8xx peripheral). See FastLED#3015.
128template <>
129fl::shared_ptr<RxDevice> RxDevice::create<RxDeviceType::LPC_SCT_CAPTURE>(int pin) FL_NOEXCEPT {
130 (void)pin;
131 return fl::make_shared<DummyRxDevice>("LPC_SCT_CAPTURE RX not supported on ESP32");
132}
133
134// DEFAULT maps to RMT on ESP32
135template <>

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected