Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
683
fl::RxChannelPtr CFastLED::addRx(const fl::RxChannelConfig& config) {
684
return fl::RxChannel::create(config);
685
}
686
687
// ============================================================================
688
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
1
create
Function · 0.85
Tested by
no test coverage detected