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

◆ hasBackend()

bool fl::spi::DeviceImplBase::hasBackend ( ) const
inline

Validate backend pointer.

Returns
true if backend is valid

Definition at line 38 of file device_impl_base.h.

38 {
39 return backend != nullptr;
40 }
fl::shared_ptr< SpiHwBase > backend
Polymorphic SPI hardware backend (SpiHw1/2/4/8)

References backend.