MCPcopy 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

94void SerialEmulation::begin(int) FL_NOEXCEPT {}
95
96void SerialEmulation::println() FL_NOEXCEPT {
97 fl::printf("\n");
98}
99
100int SerialEmulation::available() FL_NOEXCEPT {
101 return 0;

Callers 5

sketch_fake.hppFile · 0.45
_INVALID_ARMPINMethod · 0.45
printlnFunction · 0.45
printlnFunction · 0.45

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected