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

Function writeBoundary

src/fl/chipsets/p9813.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 SPI mSPI;
29
30 void writeBoundary() { mSPI.writeWord(0); mSPI.writeWord(0); }
31
32 FASTLED_FORCE_INLINE void writeLed(fl::u8 r, fl::u8 g, fl::u8 b) {
33 FASTLED_REGISTER fl::u8 top = 0xC0 | ((~b & 0xC0) >> 2) | ((~g & 0xC0) >> 4) | ((~r & 0xC0) >> 6);

Callers 1

p9813.hFile · 0.85

Calls 1

writeWordMethod · 0.45

Tested by

no test coverage detected