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

Method write

src/platforms/stub/Arduino.cpp.hpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void SerialEmulation::write(fl::u8) FL_NOEXCEPT {}
117
118void SerialEmulation::write(const char *s) FL_NOEXCEPT {
119 fl::printf("%s", s);

Callers 4

write_bytesFunction · 0.45
readInputFromSerialMethod · 0.45
createTextFileFunction · 0.45
write_bytesFunction · 0.45

Calls 2

printfFunction · 0.85
write_bytesFunction · 0.50

Tested by

no test coverage detected