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

◆ ~ParallelDevice()

fl::spi::ParallelDevice::~ParallelDevice ( )

Destructor - releases hardware resources.

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

149 {
150 if (pImpl && pImpl->initialized) {
151 end();
152 }
153}
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: