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

Method writeBytes

src/fastspi_nop.h:65–65  ·  view source on GitHub ↗

A full cycle of writing a raw block of data out, including select, release, and waiting

Source from the content-addressed store, hash-verified

63
64 /// A full cycle of writing a raw block of data out, including select, release, and waiting
65 void writeBytes(fl::u8 *data, int len) { /* TODO */ }
66
67 /// write a single bit out, which bit from the passed in byte is determined by template parameter
68 template <fl::u8 BIT> inline static void writeBit(fl::u8 b) { /* TODO */ }

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected