We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dcc6e commit 098334aCopy full SHA for 098334a
variants/gemma/pins_arduino.h
@@ -54,6 +54,8 @@ static const uint8_t A3 = 9;
54
#define digitalPinToPCMSK(p) ( ((p) <= 4) ? (&PCMSK) : ((uint8_t *)0) )
55
#define digitalPinToPCMSKbit(p) ( (p) )
56
57
+#define digitalPinToInterrupt(p) ((p) == 2 ? 0 : NOT_AN_INTERRUPT)
58
+
59
#define analogPinToChannel(p) ( (p) < 6 ? (p) : (p) - 6 )
60
61
#define TCCR1A GTCCR
0 commit comments