Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
int SerialPort::peek() {
35
return fl::peek();
36
}
37
38
size_t SerialPort::write(u8 byte) {
39
char str[2] = {static_cast<char>(byte),
'\0'
};
Callers
nothing calls this directly
Calls
1
peek
Function · 0.50
Tested by
no test coverage detected