Commit a8b255f 1 parent a339b95 commit a8b255f Copy full SHA for a8b255f
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Syntax Coloring Map for OneButton
3
3
#######################################
4
4
5
-
6
5
#######################################
7
6
# Datatypes (KEYWORD1)
8
7
#######################################
9
8
10
9
callbackFunction KEYWORD1
10
+ parameterizedCallbackFunction KEYWORD1
11
11
12
12
#######################################
13
13
# Methods and Functions (KEYWORD2)
@@ -18,11 +18,15 @@ setPressTicks KEYWORD2
18
18
setDebounceTicks KEYWORD2
19
19
attachClick KEYWORD2
20
20
attachDoubleClick KEYWORD2
21
+ attachMultiClick KEYWORD2
21
22
attachLongPressStart KEYWORD2
22
23
attachLongPressStop KEYWORD2
23
24
attachDuringLongPress KEYWORD2
24
- isLongPressed KEYWORD2
25
25
tick KEYWORD2
26
+ reset KEYWORD2
27
+ getNumberClicks KEYWORD2
28
+ isIdle KEYWORD2
29
+ isLongPressed KEYWORD2
26
30
27
31
#######################################
28
32
# Instances (KEYWORD2)
You can’t perform that action at this time.
0 commit comments