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

Method getPin

src/platforms/arm/lpc/rx_sct_capture.cpp.hpp:663–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663int LpcSctRxChannel::getPin() const FL_NOEXCEPT {
664 return mPin;
665}
666
667bool LpcSctRxChannel::injectEdges(fl::span<const EdgeTime> edges) FL_NOEXCEPT {
668 for (size_t i = 0; i < edges.size(); i++) {

Callers 10

beginTransmissionMethod · 0.45
startNextChannelMethod · 0.45
beginTransmissionMethod · 0.45
showMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45
beginTransmissionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected