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

◆ print() [1/4]

size_t fl::SerialPort::print ( const char * str)

Print string to serial output.

Parameters
strNull-terminated string
Returns
Number of bytes written

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

48 {
49 if (!str) {
50 return 0;
51 }
52
53 fl::print(str);
54 return fl::strlen(str);
55}
void print(const char *str)
size_t strlen(const char *s) FL_NOEXCEPT

References fl::print(), and fl::strlen().

Referenced by print(), print(), print(), and printf().

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