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

Method setInput

src/platforms/arm/d51/fastpin_arm_d51.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38 }
39 inline static void setInput() { /* TODO */ } // TODO: preform MUX config { _PDDR::r() &= ~_MASK; }
40 #endif
41
42 inline static void setOutput() { pinMode(PIN, PinMode::Output); } // TODO: perform MUX config { _PDDR::r() |= _MASK; }

Callers

nothing calls this directly

Calls 1

pinModeFunction · 0.50

Tested by

no test coverage detected