mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
68e5047736
Renamed Leonardo Only examples folder to USB. Modified keyboard and Mouse examples to indicate Due compatibility. Minor modifications to Due examples to conform with existing example sketches. Added keywords to for Audio, Scheduer, and USBHost libraries.
36 lines
770 B
Plaintext
36 lines
770 B
Plaintext
#######################################
|
|
# Syntax Coloring Map For USBHost
|
|
#######################################
|
|
|
|
#######################################
|
|
# Datatypes (KEYWORD1)
|
|
#######################################
|
|
|
|
MouseController KEYWORD1
|
|
USBHost KEYWORD1
|
|
KeyboardController KEYWORD1
|
|
|
|
#######################################
|
|
# Methods and Functions (KEYWORD2)
|
|
#######################################
|
|
|
|
Task KEYWORD2
|
|
mouseMoved KEYWORD2
|
|
mouseDragged KEYWORD2
|
|
mousePressed KEYWORD2
|
|
mouseReleased KEYWORD2
|
|
getXChange KEYWORD2
|
|
getYChange KEYWORD2
|
|
getButton KEYWORD2
|
|
keyPressed KEYWORD2
|
|
keyReleased KEYWORD2
|
|
getModifiers KEYWORD2
|
|
getKey KEYWORD2
|
|
getOemKey KEYWORD2
|
|
|
|
|
|
#######################################
|
|
# Constants (LITERAL1)
|
|
#######################################
|
|
|