Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
int SerialEmulation::read() FL_NOEXCEPT {
105
return 0;
106
}
107
108
fl::string SerialEmulation::readStringUntil(char terminator) FL_NOEXCEPT {
109
(void)terminator;
Callers
3
SdFatFileHandle
Class · 0.45
SDFileHandle
Class · 0.45
StubFileHandle
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected