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 07f55ad commit 51c271fCopy full SHA for 51c271f
cores/arduino/Arduino.h
@@ -43,6 +43,8 @@ extern "C"{
43
#define clockCyclesToMicroseconds(a) ( ((a) * 1000L) / (SYSTEM_CORE_CLOCK / 1000L) )
44
#define microsecondsToClockCycles(a) ( (a) * (SYSTEM_CORE_CLOCK / 1000000L) )
45
46
+#define digitalPinToInterrupt(P) ( P )
47
+
48
void yield(void);
49
50
/* sketch */
0 commit comments