From ee7eac00d6c330453d86efaa7bb48be675cc6bd5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 16 Jul 2018 23:47:12 -0700 Subject: [PATCH] Add missing keyword identifier The missing identifier caused the setDelay keyword not to be recognized by the Arduino IDE for special highlighting. --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index a4f681c..ad45bff 100644 --- a/keywords.txt +++ b/keywords.txt @@ -14,7 +14,7 @@ read KEYWORD2 setResetPin KEYWORD2 setStrobePin KEYWORD2 setAnalogPin KEYWORD2 -setDelay +setDelay KEYWORD2 ################################################## # setup and loop functions, and Serial (KEYWORD3)