|
FastLED 3.9.15
|
| fl::string fl::SerialPort::readStringUntil | ( | char | delimiter | ) |
Read characters until delimiter is found.
| delimiter | Character to stop reading at (not included in result) |
Reads characters from serial until delimiter is found or timeout expires. The delimiter character is discarded (not included in the returned string).
Definition at line 158 of file serial.cpp.hpp.
References available(), fl::millis(), mTimeoutMs, and read().
Here is the call graph for this function: