mirror of
https://github.com/adafruit/DHT-sensor-library.git
synced 2023-10-23 22:20:38 +03:00
a1169d20b4
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
23 lines
529 B
Plaintext
23 lines
529 B
Plaintext
###########################################
|
|
# Syntax Coloring Map For DHT-sensor-library
|
|
###########################################
|
|
|
|
###########################################
|
|
# Datatypes (KEYWORD1)
|
|
###########################################
|
|
|
|
DHT KEYWORD1
|
|
|
|
###########################################
|
|
# Methods and Functions (KEYWORD2)
|
|
###########################################
|
|
|
|
begin KEYWORD2
|
|
readTemperature KEYWORD2
|
|
convertCtoF KEYWORD2
|
|
convertFtoC KEYWORD2
|
|
computeHeatIndex KEYWORD2
|
|
readHumidity KEYWORD2
|
|
read KEYWORD2
|
|
|