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

Method FLEXPWM>

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

Source from the content-addressed store, hash-verified

113// FLEXPWM not available on ESP32
114template <>
115fl::shared_ptr<RxDevice> RxDevice::create<RxDeviceType::FLEXPWM>(int pin) FL_NOEXCEPT {
116 (void)pin;
117 return fl::make_shared<DummyRxDevice>("FLEXPWM RX not supported on ESP32");
118}
119
120// FLEXIO not available on ESP32 (Teensy 4.x peripheral). See FastLED#2764.
121template <>

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected