MCPcopy 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
79bool 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

showPixelsMethod · 0.45
testRxChannelFunction · 0.45

Calls 1

waitCompleteMethod · 0.45

Tested by 1

testRxChannelFunction · 0.36