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

Method read

src/fl/system/serial.cpp.hpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30int SerialPort::read() {
31 return fl::read();
32}
33
34int SerialPort::peek() {
35 return fl::peek();

Callers 6

extract_test_casesFunction · 0.45
setup_stack_tracesFunction · 0.45
resolve_hostFunction · 0.45
beginMethod · 0.45
readPixelMethod · 0.45
readBytesMethod · 0.45

Calls 1

readFunction · 0.50

Tested by

no test coverage detected