-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathkeywords.txt
More file actions
42 lines (27 loc) · 660 Bytes
/
keywords.txt
File metadata and controls
42 lines (27 loc) · 660 Bytes
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
# Syntax Colouring Map For I2CKeyPad
# Data types (KEYWORD1)
I2CKeyPad KEYWORD1
# Methods and Functions (KEYWORD2)
begin KEYWORD2
isConnected KEYWORD2
getAddress KEYWORD2
getKey KEYWORD2
getLastKey KEYWORD2
isPressed KEYWORD2
getChar KEYWORD2
getLastChar KEYWORD2
loadKeyMap KEYWORD2
setKeyPadMode KEYWORD2
getKeyPadMode KEYWORD2
setDebounceThreshold KEYWORD2
getDebounceThreshold KEYWORD2
# Instances (KEYWORD2)
# Constants (LITERAL1)
I2C_KEYPAD_LIB_VERSION LITERAL1
I2C_KEYPAD_NOKEY LITERAL1
I2C_KEYPAD_FAIL LITERAL1
I2C_KEYPAD_THRESHOLD LITERAL1
I2C_KEYPAD_4x4 LITERAL1
I2C_KEYPAD_5x3 LITERAL1
I2C_KEYPAD_6x2 LITERAL1
I2C_KEYPAD_8x1 LITERAL1