Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ println
Method
println
src/platforms/stub/Arduino.cpp.hpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
void SerialEmulation::begin(int) FL_NOEXCEPT {}
95
96
void SerialEmulation::println() FL_NOEXCEPT {
97
fl::printf(
"\n"
);
98
}
99
100
int SerialEmulation::available() FL_NOEXCEPT {
101
return 0;
Callers
5
sketch_fake.hpp
File · 0.45
mxrt1062PrintBootDiagnosticOnce
Function · 0.45
_INVALID_ARMPIN
Method · 0.45
println
Function · 0.45
println
Function · 0.45
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected