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

Method println

src/fl/system/serial.cpp.hpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85size_t SerialPort::println(const char* str) {
86 if (!str) {
87 return println();
88 }
89
90 fl::println(str);
91 return fl::strlen(str) + 1; // +1 for newline
92}
93
94size_t SerialPort::println() {
95 fl::println("");

Callers 15

test1absFunction · 0.45
testmul8Function · 0.45
testscale8Function · 0.45
testqadd8Function · 0.45
testnscale8x3Function · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
updateMethod · 0.45
runTestMethod · 0.45
setupFunction · 0.45

Calls 5

strlenFunction · 0.85
itoaFunction · 0.85
itoa64Function · 0.85
utoa64Function · 0.85
printlnFunction · 0.50

Tested by 13

updateMethod · 0.36
runTestMethod · 0.36
printSummaryMethod · 0.36
recordResultMethod · 0.36
testAllDriversMethod · 0.36
testSingleDriverMethod · 0.36
runTestPatternsMethod · 0.36
CheckPinFunction · 0.36
PrintPinsFunction · 0.36
PrintPins<0>Function · 0.36
setupFunction · 0.36