MCPcopy 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
227void serial_begin(u32 baudRate) {
228 platforms::begin(baudRate);
229}
230
231bool serial_ready() {
232 return platforms::serial_ready();

Callers 2

beginMethod · 0.85

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected