Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ println
Function
println
src/platforms/arm/lpc/io_lpc.cpp.hpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void println(const char* str) FL_NOEXCEPT {
40
if (!Serial) return;
41
Serial.println(str);
42
}
43
44
int available() FL_NOEXCEPT {
45
return Serial.available();
Callers
nothing calls this directly
Calls
1
println
Method · 0.45
Tested by
no test coverage detected