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

Method AutoResearchRemoteControl

examples/AutoResearch/AutoResearchRemote.cpp:1291–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291AutoResearchRemoteControl::AutoResearchRemoteControl()
1292 : mRemote(fl::make_unique<fl::Remote>(
1293 fl::createSerialRequestSource(),
1294 fl::createSerialResponseSink("REMOTE: ")
1295 )) {
1296 // mState will be set by registerFunctions()
1297}
1298
1299AutoResearchRemoteControl::~AutoResearchRemoteControl() = default;
1300

Callers

nothing calls this directly

Calls 2

createSerialResponseSinkFunction · 0.85

Tested by

no test coverage detected