We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4124f7 commit f19c919Copy full SHA for f19c919
variants/circuitplay/variant.h
@@ -51,7 +51,6 @@
51
#define portInputRegister(port) (&(port->IN.reg))
52
#define portModeRegister(port) (&(port->DIR.reg))
53
#define digitalPinHasPWM(P) (g_APinDescription[P].ulPWMChannel != NOT_ON_PWM || g_APinDescription[P].ulTCChannel != NOT_ON_TIMER)
54
-#define digitalPinToInterrupt(P) (g_APinDescription[P].ulExtInt)
55
56
/*
57
* digitalPinToTimer(..) is AVR-specific and is not defined for SAMD
@@ -71,10 +70,8 @@
71
70
72
#define PIN_LED_RXL (25u)
73
#define PIN_LED_TXL (26u)
74
-#define PIN_LED PIN_LED_13
75
#define PIN_LED2 PIN_LED_RXL
76
#define PIN_LED3 PIN_LED_TXL
77
-#define LED_BUILTIN PIN_LED_13
78
79
80
* Analog pins
0 commit comments