forked from ArduinoGetStarted/button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeywords.txt
35 lines (29 loc) · 790 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
35
#######################################
# Syntax Coloring Map For ezButton
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
ezButton KEYWORD1
button KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
setDebounceTime KEYWORD2
setLevelMode KEYWORD2
setLongPress KEYWORD2
getState KEYWORD2
getStateRaw KEYWORD2
isPressed KEYWORD2
isReleased KEYWORD2
isLongPress KEYWORD2
isShortPress KEYWORD2
setCountMode KEYWORD2
getCount KEYWORD2
resetCount KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
COUNT_FALLING LITERAL1
COUNT_RISING LITERAL1
COUNT_BOTH LITERAL1