MCPcopy 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

71struct 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

readSerialStringUntilFunction · 0.45

Calls 1

readFunction · 0.50

Tested by

no test coverage detected