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

◆ getStubChannelEngine()

IChannelDriver * fl::getStubChannelEngine ( )

Get stub channel driver for testing or unsupported platforms.

Returns
Pointer to singleton stub driver instance
Note
Returns a no-op driver that allows code to compile/run on all platforms

Definition at line 718 of file channel.cpp.hpp.

718 {
719 static StubChannelEngine instance;
720 return &instance;
721}