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

Method peek

src/fl/system/serial.cpp.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int SerialPort::peek() {
35 return fl::peek();
36}
37
38size_t SerialPort::write(u8 byte) {
39 char str[2] = {static_cast<char>(byte), '\0'};

Callers

nothing calls this directly

Calls 1

peekFunction · 0.50

Tested by

no test coverage detected