Skip to content

Commit 5e91c5d

Browse files
per1234winlinvip
authored andcommitted
Use correct separator in keywords.txt (#12)
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 d44f606 commit 5e91c5d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

keywords.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
###########################################
66
# Datatypes (KEYWORD1)
77
###########################################
8-
SimpleDHT11 SimpleDHT22 KEYWORD1
8+
SimpleDHT11 KEYWORD1
9+
SimpleDHT22 KEYWORD1
910

1011
###########################################
1112
# Methods and Functions (KEYWORD2)
1213
###########################################
13-
read KEYWORD2
14+
read KEYWORD2
1415

1516
###########################################
1617
# Constants (LITERAL1)

0 commit comments

Comments
 (0)