-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkeywords.txt
51 lines (41 loc) · 1.18 KB
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#######################################
# Syntax Coloring Map
#######################################
# https://spencer.bliven.us/index.php/2012/01/18/arduino-ide-keywords/
# KEYWORD1 Classes, datatypes, and C++ keywords
# KEYWORD2 Methods and functions
# KEYWORD3 setup and loop functions, as well as the Serial keywords
# LITERAL1 Constants
# LITERAL2 Built-in variables (unused by default)
#######################################
# Classes, datatypes (KEYWORD1)
#######################################
ENS210 KEYWORD1
ens210 KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
measure KEYWORD2
toKelvin KEYWORD2
toCelsius KEYWORD2
toFahrenheit KEYWORD2
toPercentageH KEYWORD2
correction_set KEYWORD2
correction_get KEYWORD2
reset KEYWORD2
lowpower KEYWORD2
getversion KEYWORD2
startsingle KEYWORD2
startcont KEYWORD2
stopcont KEYWORD2
read KEYWORD2
extract KEYWORD2
status_str KEYWORD2
######################################
# Constants (LITERAL1)
#######################################
ENS210_STATUS_OK LITERAL1
ENS210_STATUS_INVALID LITERAL1
ENS210_STATUS_CRCERROR LITERAL1
ENS210_STATUS_I2CERROR LITERAL1