Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ available
Method
available
src/fl/system/serial.cpp.hpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int SerialPort::available() {
27
return fl::available();
28
}
29
30
int SerialPort::read() {
31
return fl::read();
Callers
1
readText
Method · 0.45
Calls
1
available
Function · 0.50
Tested by
no test coverage detected