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

◆ createRxDevice()

fl::shared_ptr< fl::RxChannel > createRxDevice ( int pin)

Definition at line 278 of file AutoResearch.ino.

278 {
279 fl::RxChannelConfig config(pin, RX_BACKEND);
280 return FastLED.addRx(config);
281}
const fl::RxBackend RX_BACKEND
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.

References FastLED, and RX_BACKEND.

Referenced by setup().

+ Here is the caller graph for this function: