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

Method endBoundary

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

Source from the content-addressed store, hash-verified

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:
111 LPD6803Controller() FL_NOEXCEPT {}

Callers

nothing calls this directly

Calls 1

writeByteMethod · 0.45

Tested by

no test coverage detected