Skip to content
Snippets Groups Projects
Commit 1c8071ad authored by Sandeep Mistry's avatar Sandeep Mistry
Browse files

Make MKR1000 variant compliance level 1.6.6

parent 49f0d671
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
#pragma once
// The definitions here needs a SAMD core >=1.6.3
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10603
// The definitions here needs a SAMD core >=1.6.6
#define ARDUINO_SAMD_VARIANT_COMPLIANCE 10606
#include <WVariant.h>
......@@ -51,7 +51,6 @@
#define portInputRegister(port) (&(port->IN.reg))
#define portModeRegister(port) (&(port->DIR.reg))
#define digitalPinHasPWM(P) (g_APinDescription[P].ulPWMChannel != NOT_ON_PWM || g_APinDescription[P].ulTCChannel != NOT_ON_TIMER)
#define digitalPinToInterrupt(P) (g_APinDescription[P].ulExtInt)
/*
* digitalPinToTimer(..) is AVR-specific and is not defined for SAMD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment