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

Method name

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

Source from the content-addressed store, hash-verified

122}
123
124const char* NativeRxDevice::name() const FL_NOEXCEPT {
125 return "native";
126}
127
128int NativeRxDevice::getPin() const FL_NOEXCEPT {
129 return mPin;

Callers 10

findUiComponentMethod · 0.45
button.cpp.hppFile · 0.45
checkbox.cpp.hppFile · 0.45
dropdown.cpp.hppFile · 0.45
audio.cpp.hppFile · 0.45
slider.cpp.hppFile · 0.45
title.cpp.hppFile · 0.45
help.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected