Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
int SerialPort::read() {
31
return fl::read();
32
}
33
34
int SerialPort::peek() {
35
return fl::peek();
Callers
6
extract_test_cases
Function · 0.45
setup_stack_traces
Function · 0.45
resolve_host
Function · 0.45
begin
Method · 0.45
readPixel
Method · 0.45
readBytes
Method · 0.45
Calls
1
read
Function · 0.50
Tested by
no test coverage detected