Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ available
Method
available
src/platforms/stub/Arduino.cpp.hpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
int SerialEmulation::available() FL_NOEXCEPT {
101
return 0;
102
}
103
104
int SerialEmulation::read() FL_NOEXCEPT {
105
return 0;
Callers
7
SdFatFileHandle
Class · 0.45
SDFileHandle
Class · 0.45
available
Function · 0.45
readLineNative
Function · 0.45
available
Function · 0.45
readLineNative
Function · 0.45
Arduino_I2S_Audio
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected