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

◆ SpiChannelEngineAdapter() [1/3]

fl::SpiChannelEngineAdapter::SpiChannelEngineAdapter ( const char * name)
private

Private constructor - use create() factory method.

Definition at line 64 of file spi_channel_adapter.cpp.hpp.

65 : mName(name)
66{
67 // Controllers added via create() factory method
68}
fl::string mName
Engine name for debugging.

References mName.

Referenced by SpiChannelEngineAdapter(), SpiChannelEngineAdapter(), operator=(), and operator=().

+ Here is the caller graph for this function: