FastLED
3.9.15
Loading...
Searching...
No Matches
◆
waitForDmaToFinish()
void fl::ObjectFLED::waitForDmaToFinish
(
)
inline
Definition at line
133
of file
ObjectFLED.h
.
133
{
134
while
(!
dma3
.complete()) {
// wait for dma to complete before reset/re-use
135
delayMicroseconds(10);
136
}
137
}
fl::ObjectFLED::dma3
static DMAChannel dma3
Definition
ObjectFLED.h:163
References
dma3
.
fl
ObjectFLED
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2