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

Method startBoundary

src/fl/chipsets/lpd880x.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 SPI mSPI;
106
107 void startBoundary() { mSPI.writeByte(0); mSPI.writeByte(0); mSPI.writeByte(0); mSPI.writeByte(0); }
108 void endBoundary(int nLeds) { int nDWords = (nLeds/32); do { mSPI.writeByte(0xFF); mSPI.writeByte(0x00); mSPI.writeByte(0x00); mSPI.writeByte(0x00); } while(nDWords--); }
109
110public:

Callers

nothing calls this directly

Calls 1

writeByteMethod · 0.45

Tested by

no test coverage detected