MCPcopy Create free account
hub / github.com/FastLED/FastLED / read

Function read

src/fl/stl/cstdio.cpp.hpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127int read() {
128#ifdef FASTLED_TESTING
129 // Check for injected handler first
130 if (get_read_handler()) {
131 return get_read_handler()();
132 }
133#endif
134
135 // Delegate to platform implementation
136 return platforms::read();
137}
138
139bool readStringUntil(sstream& out, char delimiter, char skipChar, fl::optional<u32> timeoutMs) {
140 // Follows Arduino Serial.readStringUntil() API - blocks until delimiter found

Callers 15

readStringUntilFunction · 0.70
readMethod · 0.70
readRGB8Method · 0.70
readLineMethod · 0.70
istream.cpp.hppFile · 0.70
getMethod · 0.70
readMethod · 0.50
hd108GammaCorrectFunction · 0.50
readAllMethod · 0.50
readMethod · 0.50
readRGB8Method · 0.50
readMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected