mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-11 05:54:16 +01:00
added new CDC-, Mouse-, and Keyboard-related keywords
This commit is contained in:
parent
b2f4e5f769
commit
75fbe7673f
@ -182,5 +182,17 @@ parseFloat KEYWORD2
|
|||||||
readBytes KEYWORD2
|
readBytes KEYWORD2
|
||||||
readBytesUntil KEYWORD2
|
readBytesUntil KEYWORD2
|
||||||
|
|
||||||
|
# USB-related keywords
|
||||||
|
|
||||||
|
Keyboard KEYWORD3
|
||||||
|
Mouse KEYWORD3
|
||||||
|
press KEYWORD2
|
||||||
|
release KEYWORD2
|
||||||
|
releaseAll KEYWORD2
|
||||||
|
accept KEYWORD2
|
||||||
|
click KEYWORD2
|
||||||
|
move KEYWORD2
|
||||||
|
isPressed KEYWORD2
|
||||||
|
|
||||||
setup KEYWORD3 Setup
|
setup KEYWORD3 Setup
|
||||||
loop KEYWORD3 Loop
|
loop KEYWORD3 Loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user