Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 6ba3028

Browse files
per1234sandeepmistry
authored andcommitted
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
1 parent 9a8acb8 commit 6ba3028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

keywords.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ writeBlue KEYWORD2
2828
readRed KEYWORD2
2929
readGreen KEYWORD2
3030
readBlue KEYWORD2
31-
readTinkerkitInput KEYWORD2
32-
readTinkerkitInputA KEYWORD2
33-
readTinkerkitInputB KEYWORD2
31+
readTinkerkitInput KEYWORD2
32+
readTinkerkitInputA KEYWORD2
33+
readTinkerkitInputB KEYWORD2
3434
tone KEYWORD2
3535
noTone KEYWORD2
3636

0 commit comments

Comments
 (0)