Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ serial_begin
Function
serial_begin
src/fl/stl/cstdio.cpp.hpp:227–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void serial_begin(u32 baudRate) {
228
platforms::begin(baudRate);
229
}
230
231
bool serial_ready() {
232
return platforms::serial_ready();
Callers
2
begin
Method · 0.85
autoResearchLowMemorySetup
Function · 0.85
Calls
1
begin
Function · 0.70
Tested by
no test coverage detected