-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkeywords.txt
34 lines (27 loc) · 844 Bytes
/
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
#######################################
# Syntax Coloring Map For I2cDiscreteIoExpander
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
I2cDiscreteIoExpander KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
digitalRead KEYWORD2
digitalWrite KEYWORD2
getAddress KEYWORD2
getPorts KEYWORD2
enableBitwiseInversion KEYWORD2
disableBitwiseInversion KEYWORD2
isInverted KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################
TWI_SUCCESS LITERAL1
TWI_DEVICE_NACK LITERAL1
TWI_DATA_NACK LITERAL1
TWI_ERROR LITERAL1