HomeSort by relevance Sort by last modified time
    Searched refs:NOT_A_PIN (Results 1 - 3 of 3) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
wiring_digital.c 36 if (port == NOT_A_PIN) return;
131 if (port == NOT_A_PIN) return;
158 if (port == NOT_A_PIN) return LOW;
pins_arduino.h 30 #define NOT_A_PIN 0
pins_arduino.c 115 NOT_A_PIN,
124 NOT_A_PIN,

Completed in 309 milliseconds