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

Method setPinMode

src/fl/sensors/digital_pin.cpp.hpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60DigitalPin& DigitalPin::operator=(const DigitalPin &other) FL_NOEXCEPT = default;
61
62void DigitalPin::setPinMode(Mode mode) {
63 mImpl->setPinMode(mode);
64}
65
66bool DigitalPin::high() const {
67 return mImpl->high();

Callers 3

PirLowLevelMethod · 0.45
highLowFloatingMethod · 0.45
setStrategyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected