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

Function writeByte

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

write a byte out via SPI (returns immediately on writing register)

Source from the content-addressed store, hash-verified

50
51 /// write a byte out via SPI (returns immediately on writing register)
52 static void writeByte(fl::u8 b) { /* TODO */ }
53
54 /// write a word out via SPI (returns immediately on writing register)
55 static void writeWord(fl::u16 w) { /* TODO */ }

Callers 3

writeBytesValueRawFunction · 0.70
writeBytesFunction · 0.70
writePixelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected