MCPcopy 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
39void println(const char* str) FL_NOEXCEPT {
40 if (!Serial) return;
41 Serial.println(str);
42}
43
44int available() FL_NOEXCEPT {
45 return Serial.available();

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected