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 49f0d67 commit 1c8071aCopy full SHA for 1c8071a
variants/mkr1000/variant.h
@@ -18,8 +18,8 @@
18
19
#pragma once
20
21
-// The definitions here needs a SAMD core >=1.6.3
22
-#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10603
+// The definitions here needs a SAMD core >=1.6.6
+#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10606
23
24
#include <WVariant.h>
25
@@ -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
0 commit comments