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

Function digitalWrite

src/platforms/shared/pin_noop.hpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// ============================================================================
30
31inline void digitalWrite(int /*pin*/, PinValue /*val*/) {
32 // No-op: Host builds don't have physical pins
33}
34
35inline PinValue digitalRead(int /*pin*/) {
36 return PinValue::Low; // Always return LOW

Callers 2

rebuildPinConfigMethod · 0.50
transmitSpiMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected