Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ writeWord
Method
writeWord
src/platforms/stub/fastspi_stub_generic.cpp.hpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void StubSPIOutput::writeWord(u16 word) FL_NOEXCEPT {
37
writeByte(word >> 8);
38
writeByte(word & 0xFF);
39
}
40
41
} // namespace fl
42
Callers
4
startBoundary
Method · 0.45
writeLed
Method · 0.45
write2Bytes
Method · 0.45
writeBoundary
Function · 0.45
Calls
1
writeByte
Function · 0.50
Tested by
no test coverage detected