Skip to content

Commit a8b255f

Browse files
committed
Arduino keywords cleanup and fix
1 parent a339b95 commit a8b255f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

keywords.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Syntax Coloring Map for OneButton
33
#######################################
44

5-
65
#######################################
76
# Datatypes (KEYWORD1)
87
#######################################
98

109
callbackFunction KEYWORD1
10+
parameterizedCallbackFunction KEYWORD1
1111

1212
#######################################
1313
# Methods and Functions (KEYWORD2)
@@ -18,11 +18,15 @@ setPressTicks KEYWORD2
1818
setDebounceTicks KEYWORD2
1919
attachClick KEYWORD2
2020
attachDoubleClick KEYWORD2
21+
attachMultiClick KEYWORD2
2122
attachLongPressStart KEYWORD2
2223
attachLongPressStop KEYWORD2
2324
attachDuringLongPress KEYWORD2
24-
isLongPressed KEYWORD2
2525
tick KEYWORD2
26+
reset KEYWORD2
27+
getNumberClicks KEYWORD2
28+
isIdle KEYWORD2
29+
isLongPressed KEYWORD2
2630

2731
#######################################
2832
# Instances (KEYWORD2)

0 commit comments

Comments
 (0)