Skip to content

Commit 752eb35

Browse files
Add syntax highlighting
Created keywords file to allow the Arduino IDE to highlight all the functions and stuff for this library.
1 parent fb1bed6 commit 752eb35

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

keywords.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#####################################
2+
# Syntax Coloring Map For MQ135
3+
#####################################
4+
5+
#####################################
6+
# Datatypes (KEYWORD1)
7+
#####################################
8+
9+
MQ135 KEYWORD1
10+
11+
#####################################
12+
# Methods and Functions (KEYWORD2)
13+
#####################################
14+
15+
getCorrectionFactor KEYWORD2
16+
getResistance KEYWORD2
17+
getCorrectedResistance KEYWORD2
18+
getPPM KEYWORD2
19+
getCorrectedPPM KEYWORD2
20+
getRZero KEYWORD2
21+
getCorrectedRZero KEYWORD2
22+
23+
#####################################
24+
# Constants (LITERAL1)
25+
#####################################

0 commit comments

Comments
 (0)