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

Method getPin

src/platforms/shared/rx_device_native.cpp.hpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int NativeRxDevice::getPin() const FL_NOEXCEPT {
129 return mPin;
130}
131
132bool NativeRxDevice::injectEdges(fl::span<const EdgeTime> edges) FL_NOEXCEPT {
133 for (size_t i = 0; i < edges.size(); i++) {

Callers 4

rebuildPinConfigMethod · 0.45
transmitClocklessMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected