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

Function writeSerialLine

src/fl/remote/transport/serial.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244template<typename SerialOut>
245void writeSerialLine(SerialOut& serial, const fl::string& str) {
246 serial.println(str.c_str());
247}
248
249} // namespace fl

Callers 1

createSerialResponseSinkFunction · 0.85

Calls 2

printlnMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected