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

Method addRx

src/FastLED.cpp.hpp:683–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683fl::RxChannelPtr CFastLED::addRx(const fl::RxChannelConfig& config) {
684 return fl::RxChannel::create(config);
685}
686
687// ============================================================================
688

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

createFunction · 0.85

Tested by

no test coverage detected