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

Method FLEXIO>

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

Source from the content-addressed store, hash-verified

120// FLEXIO not available on ESP32 (Teensy 4.x peripheral). See FastLED#2764.
121template <>
122fl::shared_ptr<RxDevice> RxDevice::create<RxDeviceType::FLEXIO>(int pin) FL_NOEXCEPT {
123 (void)pin;
124 return fl::make_shared<DummyRxDevice>("FLEXIO RX not supported on ESP32");
125}
126
127// LPC_SCT_CAPTURE not available on ESP32 (LPC8xx peripheral). See FastLED#3015.
128template <>

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected