FastLED 3.9.15
Loading...
Searching...
No Matches

◆ println() [1/5]

size_t fl::SerialPort::println ( )

Print newline only.

Returns
Number of bytes written

Definition at line 94 of file serial.cpp.hpp.

94 {
95 fl::println("");
96 return 1; // Just the newline
97}
void println(const char *str) FL_NOEXCEPT

References fl::println().

Referenced by println(), println(), println(), and println().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: