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

Method read

src/platforms/stub/Arduino.cpp.hpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104int SerialEmulation::read() FL_NOEXCEPT {
105 return 0;
106}
107
108fl::string SerialEmulation::readStringUntil(char terminator) FL_NOEXCEPT {
109 (void)terminator;

Callers 3

SdFatFileHandleClass · 0.45
SDFileHandleClass · 0.45
StubFileHandleClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected