Skip to content

Commit 7298953

Browse files
committed
Integrate keywords.txt from pull #31
1 parent 9d7a9da commit 7298953

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

keywords.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
###########################################
2+
# Syntax Coloring Map For DHT-sensor-library
3+
###########################################
4+
5+
###########################################
6+
# Datatypes (KEYWORD1)
7+
###########################################
8+
9+
DHT KEYWORD1
10+
11+
###########################################
12+
# Methods and Functions (KEYWORD2)
13+
###########################################
14+
15+
begin KEYWORD2
16+
readTemperature KEYWORD2
17+
convertCtoF KEYWORD2
18+
convertFtoC KEYWORD2
19+
computeHeatIndex KEYWORD2
20+
readHumidity KEYWORD2
21+
read KEYWORD2
22+

0 commit comments

Comments
 (0)