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

◆ get() [1/2]

spi::MultiLaneDevice * fl::Spi::get ( )
inline

Get access to underlying device (for advanced operations)

Returns
Pointer to device (nullptr if !ok())

Definition at line 138 of file spi.h.

138{ return device.get(); }
fl::unique_ptr< spi::MultiLaneDevice > device
Definition spi.h:142

References device.