Skip to content

Commit

Permalink
Arduino keywords cleanup and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathertel committed Feb 21, 2021
1 parent a339b95 commit a8b255f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Syntax Coloring Map for OneButton
#######################################


#######################################
# Datatypes (KEYWORD1)
#######################################

callbackFunction KEYWORD1
parameterizedCallbackFunction KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand All @@ -18,11 +18,15 @@ setPressTicks KEYWORD2
setDebounceTicks KEYWORD2
attachClick KEYWORD2
attachDoubleClick KEYWORD2
attachMultiClick KEYWORD2
attachLongPressStart KEYWORD2
attachLongPressStop KEYWORD2
attachDuringLongPress KEYWORD2
isLongPressed KEYWORD2
tick KEYWORD2
reset KEYWORD2
getNumberClicks KEYWORD2
isIdle KEYWORD2
isLongPressed KEYWORD2

#######################################
# Instances (KEYWORD2)
Expand Down

0 comments on commit a8b255f

Please sign in to comment.