From f9238c514aa38f144d48b6dccd1bc154537ba8aa Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 2 Sep 2017 20:12:34 -0700 Subject: [PATCH] Use correct separator in keywords.txt The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords --- keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keywords.txt b/keywords.txt index a1f6410..1e0ce11 100644 --- a/keywords.txt +++ b/keywords.txt @@ -6,7 +6,7 @@ # Datatypes (KEYWORD1) ####################################### -MAX30105 KEYWORD1 +MAX30105 KEYWORD1 ####################################### # Methods and Functions (KEYWORD2)