mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
added new CDC-, Mouse-, and Keyboard-related keywords
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user