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

◆ getConfig()

const ParallelDevice::Config & fl::spi::ParallelDevice::getConfig ( ) const

Get current configuration.

Returns
Reference to config

Definition at line 285 of file parallel_device.cpp.hpp.

285 {
286 static const Config empty_config;
287 return pImpl ? pImpl->config : empty_config;
288}
fl::unique_ptr< Impl > pImpl
Configuration for parallel GPIO SPI.

References pImpl.

Referenced by operator=().

+ Here is the caller graph for this function: