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

◆ getConfig()

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

Get current configuration.

Returns
Reference to configuration structure

Definition at line 380 of file device.cpp.hpp.

380 {
381 // Note: Caller must ensure Device is valid
382 return pImpl->config;
383}
fl::unique_ptr< Impl > pImpl
Definition device.h:134

References pImpl.