mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
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
This commit is contained in:
parent
c978977718
commit
a1169d20b4
14
keywords.txt
14
keywords.txt
@ -12,11 +12,11 @@ DHT KEYWORD1
|
|||||||
# Methods and Functions (KEYWORD2)
|
# Methods and Functions (KEYWORD2)
|
||||||
###########################################
|
###########################################
|
||||||
|
|
||||||
begin KEYWORD2
|
begin KEYWORD2
|
||||||
readTemperature KEYWORD2
|
readTemperature KEYWORD2
|
||||||
convertCtoF KEYWORD2
|
convertCtoF KEYWORD2
|
||||||
convertFtoC KEYWORD2
|
convertFtoC KEYWORD2
|
||||||
computeHeatIndex KEYWORD2
|
computeHeatIndex KEYWORD2
|
||||||
readHumidity KEYWORD2
|
readHumidity KEYWORD2
|
||||||
read KEYWORD2
|
read KEYWORD2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user