mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-10-29 17:40:11 +00:00
Init commit with many years of arduino sketches and projects. I dont know if the esp8266 includes much, but there are also libraries. I hope they dont have crazy automatic versioning through the Arduino IDE.
This commit is contained in:
35
Projects/libraries/Installed_libs/JoystickController/keywords.txt
Executable file
35
Projects/libraries/Installed_libs/JoystickController/keywords.txt
Executable file
@@ -0,0 +1,35 @@
|
||||
#######################################
|
||||
# Syntax Coloring Map for JoystickController
|
||||
#######################################
|
||||
|
||||
#######################################
|
||||
# Datatypes (KEYWORD1)
|
||||
#######################################
|
||||
|
||||
JoystickController KEYWORD1
|
||||
|
||||
#######################################
|
||||
# Methods and Functions (KEYWORD2)
|
||||
#######################################
|
||||
|
||||
update KEYWORD2
|
||||
getDirection KEYWORD2
|
||||
selectButtonPressed KEYWORD2
|
||||
upButtonPressed KEYWORD2
|
||||
downButtonPressed KEYWORD2
|
||||
leftButtonPressed KEYWORD2
|
||||
rightButtonPressed KEYWORD2
|
||||
|
||||
#######################################
|
||||
# Constants (LITERAL1)
|
||||
#######################################
|
||||
|
||||
DIRECTION_NONE LITERAL1
|
||||
DIRECTION_UP LITERAL1
|
||||
DIRECTION_UP_RIGHT LITERAL1
|
||||
DIRECTION_RIGHT LITERAL1
|
||||
DIRECTION_DOWN_RIGHT LITERAL1
|
||||
DIRECTION_DOWN LITERAL1
|
||||
DIRECTION_DOWN_LEFT LITERAL1
|
||||
DIRECTION_LEFT LITERAL1
|
||||
DIRECTION_UP_LEFT LITERAL1
|
||||
Reference in New Issue
Block a user