MCPcopy Create free account
hub / github.com/FastLED/FastLED / waitFully

Function waitFully

src/fastspi_ref.h:49–49  ·  view source on GitHub ↗

wait until all queued up data has been written

Source from the content-addressed store, hash-verified

47
48 /// wait until all queued up data has been written
49 static void waitFully() { /* TODO */ }
50
51 /// write a byte out via SPI (returns immediately on writing register)
52 static void writeByte(fl::u8 b) { /* TODO */ }

Callers 3

endTransactionFunction · 0.70
writeBytesFunction · 0.70
endTransactionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected