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

Method peek

src/platforms/stub/Arduino.cpp.hpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132void SerialEmulation::end() FL_NOEXCEPT {}
133
134fl::u8 SerialEmulation::peek() FL_NOEXCEPT {
135 return 0;
136}
137
138// Serial instances
139SerialEmulation Serial;

Callers 3

io_esp_idf.hppFile · 0.45
io_lpc.cpp.hppFile · 0.45
io_arduino.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected