MCPcopy 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
100int SerialEmulation::available() FL_NOEXCEPT {
101 return 0;
102}
103
104int SerialEmulation::read() FL_NOEXCEPT {
105 return 0;

Callers 7

SdFatFileHandleClass · 0.45
SDFileHandleClass · 0.45
availableFunction · 0.45
readLineNativeFunction · 0.45
availableFunction · 0.45
readLineNativeFunction · 0.45
Arduino_I2S_AudioClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected