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

Method begin

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

Source from the content-addressed store, hash-verified

15// ============================================================================
16
17void SerialPort::begin(u32 baudRate) {
18 fl::serial_begin(baudRate);
19}
20
21void SerialPort::end() {
22 // Most platforms don't need explicit end() call

Callers 2

_addListenerMethod · 0.45
beginSdMethod · 0.45

Calls 1

serial_beginFunction · 0.85

Tested by

no test coverage detected