MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / digitalWrite

Function digitalWrite

tests/Arduino.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46inline void digitalWrite(int pin, int value) {
47 // Mock implementation - could log pin states if needed
48 if ( pin == value ) return;
49 else return;
50}
51
52inline int digitalRead(int pin) {
53 // Mock implementation - return LOW by default

Callers 5

LEDOnFunction · 0.85
LEDOffFunction · 0.85
blinkCallbackFunction · 0.85
fastBlinkCallbackFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected