MCPcopy 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
44int available() FL_NOEXCEPT {
45 return Serial.available();
46}
47
48int peek() FL_NOEXCEPT {
49 return Serial.peek();

Callers

nothing calls this directly

Calls 1

availableMethod · 0.45

Tested by

no test coverage detected