Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ startBoundary
Method
startBoundary
src/fl/chipsets/apa102.h:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
SPI mSPI;
41
42
void startBoundary() {
43
mSPI.writeWord(START_FRAME >> 16);
44
mSPI.writeWord(START_FRAME & 0xFFFF);
45
}
46
void endBoundary(int nLeds) {
47
int nDWords = (nLeds/32);
48
const fl::u8 b0 = fl::u8(END_FRAME >> 24 & 0x000000ff);
Callers
nothing calls this directly
Calls
1
writeWord
Method · 0.45
Tested by
no test coverage detected