Skip to content

Commit a1169d2

Browse files
authored
Use correct field separator in keywords.txt
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
1 parent c978977 commit a1169d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

keywords.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ DHT KEYWORD1
1212
# Methods and Functions (KEYWORD2)
1313
###########################################
1414

15-
begin KEYWORD2
16-
readTemperature KEYWORD2
17-
convertCtoF KEYWORD2
18-
convertFtoC KEYWORD2
19-
computeHeatIndex KEYWORD2
20-
readHumidity KEYWORD2
21-
read KEYWORD2
15+
begin KEYWORD2
16+
readTemperature KEYWORD2
17+
convertCtoF KEYWORD2
18+
convertFtoC KEYWORD2
19+
computeHeatIndex KEYWORD2
20+
readHumidity KEYWORD2
21+
read KEYWORD2
2222

0 commit comments

Comments
 (0)