From 0f96e461aa6afc24f552008ce4e3ce3a7170b3dc Mon Sep 17 00:00:00 2001 From: Arturo Guadalupi Date: Fri, 2 Oct 2015 14:34:30 +0200 Subject: [PATCH] Added keyword digitalPinToInterrupt --- build/shared/lib/keywords.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/lib/keywords.txt b/build/shared/lib/keywords.txt index 637f9a076..88a9af13a 100644 --- a/build/shared/lib/keywords.txt +++ b/build/shared/lib/keywords.txt @@ -115,6 +115,7 @@ analogRead KEYWORD2 AnalogRead analogWrite KEYWORD2 AnalogWrite attachInterrupt KEYWORD2 AttachInterrupt detachInterrupt KEYWORD2 DetachInterrupt +digitalPinToInterrupt KEYWORD2 DigitalPinToInterrupt delay KEYWORD2 Delay delayMicroseconds KEYWORD2 DelayMicroseconds digitalWrite KEYWORD2 DigitalWrite