From 4a07997c55b38c8f938408af4d226abbd3342f8a Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 26 Aug 2018 08:59:58 -0700 Subject: [PATCH] Move keywords.txt to the library root folder keywords.txt must be in the root of the library for the Arduino IDE to recognize it. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords --- src/keywords.txt => keywords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/keywords.txt => keywords.txt (94%) diff --git a/src/keywords.txt b/keywords.txt similarity index 94% rename from src/keywords.txt rename to keywords.txt index a81f89e..132d582 100644 --- a/src/keywords.txt +++ b/keywords.txt @@ -157,4 +157,4 @@ LED13 LITERAL1 TIMER LITERAL1 BUZZER LITERAL1 IO3V3_PIN1 LITERAL1 -IO3V3_PIN2 LITERAL1 \ No newline at end of file +IO3V3_PIN2 LITERAL1