Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
size_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
94
size_t SerialPort::println() {
95
fl::println(
""
);
Callers
15
test1abs
Function · 0.45
testmul8
Function · 0.45
testscale8
Function · 0.45
testqadd8
Function · 0.45
testnscale8x3
Function · 0.45
calculate_max_brightness_for_power_mW
Function · 0.45
setup
Function · 0.45
setup
Function · 0.45
setup
Function · 0.45
update
Method · 0.45
runTest
Method · 0.45
setup
Function · 0.45
Calls
5
strlen
Function · 0.85
itoa
Function · 0.85
itoa64
Function · 0.85
utoa64
Function · 0.85
println
Function · 0.50
Tested by
13
update
Method · 0.36
runTest
Method · 0.36
printSummary
Method · 0.36
recordResult
Method · 0.36
validateExpectedDrivers
Method · 0.36
testAllDrivers
Method · 0.36
testSingleDriver
Method · 0.36
runTestPatterns
Method · 0.36
CheckPin
Function · 0.36
PrintPins
Function · 0.36
PrintPins<0>
Function · 0.36
setup
Function · 0.36