Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
template<typename SerialOut>
245
void writeSerialLine(SerialOut& serial, const fl::string& str) {
246
serial.println(str.c_str());
247
}
248
249
} // namespace fl
Callers
1
createSerialResponseSink
Function · 0.85
Calls
2
println
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected