Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setTimeout
Method
setTimeout
src/fl/system/serial.cpp.hpp:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void SerialPort::setTimeout(u32 timeoutMs) {
138
mTimeoutMs = timeoutMs;
139
}
140
141
fl::string SerialPort::readString() {
142
fl::string result;
Callers
5
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected