forked from ArduinoGetStarted/button
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords.txt
More file actions
34 lines (28 loc) · 789 Bytes
/
keywords.txt
File metadata and controls
34 lines (28 loc) · 789 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
#######################################
# Syntax Coloring Map For FSRButton
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
FSRButton KEYWORD1
button KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
setDebounceTime KEYWORD2
getState KEYWORD2
getStateRaw KEYWORD2
getRawAnalogRead KEYWORD2
getRawAnalogReadPercent KEYWORD2
isPressed KEYWORD2
isReleased KEYWORD2
setCountMode KEYWORD2
setThreshold KEYWORD2
getCount KEYWORD2
resetCount KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
COUNT_FALLING LITERAL1
COUNT_RISING LITERAL1
COUNT_BOTH LITERAL1