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

Function writeBytesValueRaw

src/fastspi_ref.h:58–60  ·  view source on GitHub ↗

A raw set of writing byte values, assumes setup/init/waiting done elsewhere

Source from the content-addressed store, hash-verified

56
57 /// A raw set of writing byte values, assumes setup/init/waiting done elsewhere
58 static void writeBytesValueRaw(fl::u8 value, int len) {
59 while(len--) { writeByte(value); }
60 }
61
62 /// A full cycle of writing a value for len bytes, including select, release, and waiting
63 void writeBytesValue(fl::u8 value, int len) {

Callers 1

writeBytesValueFunction · 0.70

Calls 1

writeByteFunction · 0.70

Tested by

no test coverage detected