MCPcopy 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
26int SerialPort::available() {
27 return fl::available();
28}
29
30int SerialPort::read() {
31 return fl::read();

Callers 1

readTextMethod · 0.45

Calls 1

availableFunction · 0.50

Tested by

no test coverage detected