Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void SerialEmulation::end() FL_NOEXCEPT {}
133
134
fl::u8 SerialEmulation::peek() FL_NOEXCEPT {
135
return 0;
136
}
137
138
// Serial instances
139
SerialEmulation Serial;
Callers
3
io_esp_idf.hpp
File · 0.45
io_lpc.cpp.hpp
File · 0.45
io_arduino.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected