Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ wait
Method
wait
src/fl/channels/spi/spi.cpp.hpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
bool Spi::wait(u32 timeout_ms) {
80
if (!device) {
81
return false;
82
}
83
return device->waitComplete(timeout_ms);
84
}
85
86
} // namespace fl
Callers
3
showPixels
Method · 0.45
waitForPollNeededSignal
Method · 0.45
testRxChannel
Function · 0.45
Calls
1
waitComplete
Method · 0.45
Tested by
1
testRxChannel
Function · 0.36