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

◆ ~MultiLaneDevice()

fl::spi::MultiLaneDevice::~MultiLaneDevice ( )

Destructor - releases hardware resources.

Definition at line 72 of file multi_lane_device.cpp.hpp.

72 {
73 if (pImpl && pImpl->initialized) {
74 end();
75 }
76}
void end()
Shutdown hardware and release resources.
fl::unique_ptr< Impl > pImpl

References end(), FL_NOEXCEPT, and pImpl.

+ Here is the call graph for this function: