We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 68ea03f commit 304218aCopy full SHA for 304218a
variants/MINIMA/pins_arduino.h
@@ -90,6 +90,8 @@ static const uint8_t D13 = PIN_D13;
90
static const uint8_t D14 = PIN_D14;
91
static const uint8_t D15 = PIN_D15;
92
93
+#define digitalPinHasPWM(p) ((p) == D3 || (p) == D5 || (p) == D6 || (p) == D9 || (p) == D10 || (p) == D11)
94
+
95
// LEDs
96
// ----
97
#define PIN_LED (13u)
variants/UNOWIFIR4/pins_arduino.h
0 commit comments