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

◆ available()

int fl::SerialPort::available ( )

Check how many bytes are available to read.

Returns
Number of bytes available in receive buffer

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

26 {
27 return fl::available();
28}
int available()

References fl::available().

Referenced by parseFloat(), parseInt(), readBytes(), readBytesUntil(), readString(), and readStringUntil().

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