MCPcopy 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
137void SerialPort::setTimeout(u32 timeoutMs) {
138 mTimeoutMs = timeoutMs;
139}
140
141fl::string SerialPort::readString() {
142 fl::string result;

Callers 5

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected