Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ read
Method
read
src/fl/remote/transport/serial.h:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
struct SerialReader {
72
int available() const { return fl::available(); }
73
int read() { return fl::read(); }
74
};
75
76
/// @brief Optimized readSerialLine for fl:: serial input
Callers
1
readSerialStringUntil
Function · 0.45
Calls
1
read
Function · 0.50
Tested by
no test coverage detected