Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ available
Function
available
src/platforms/arm/lpc/io_lpc.cpp.hpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
int available() FL_NOEXCEPT {
45
return Serial.available();
46
}
47
48
int peek() FL_NOEXCEPT {
49
return Serial.peek();
Callers
nothing calls this directly
Calls
1
available
Method · 0.45
Tested by
no test coverage detected