MCPcopy Create free account
hub / github.com/FastLED/FastLED / available

Method available

src/fl/remote/transport/serial.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70/// @note Works across all FastLED platforms (AVR, ESP32, STM32, host, etc.)
71struct SerialReader {
72 int available() const { return fl::available(); }
73 int read() { return fl::read(); }
74};
75

Callers

nothing calls this directly

Calls 1

availableFunction · 0.50

Tested by

no test coverage detected