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

Method write

src/fl/channels/spi.h:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 /// @endcode
118 template<typename... Spans>
119 WriteResult write(Spans&&... lanes) {
120 if (!device) {
121 return WriteResult("SPI device not initialized");
122 }
123 return device->write(fl::forward<Spans>(lanes)...);
124 }
125
126 /// @brief Wait for async write operation to complete
127 /// @param timeout_ms Maximum time to wait in milliseconds (default: wait forever)

Callers 3

showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45

Calls 1

WriteResultClass · 0.85

Tested by

no test coverage detected