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

◆ operator bool()

fl::SerialPort::operator bool ( ) const
explicit

Check if serial port is ready for I/O.

Returns
true if serial is initialized and ready

On most platforms, this always returns true.

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

133 {
134 return fl::serial_ready();
135}
bool serial_ready()

References fl::serial_ready().

+ Here is the call graph for this function: