mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-10-29 17:40:11 +00:00
27 lines
471 B
Plaintext
Executable File
27 lines
471 B
Plaintext
Executable File
[
|
|
{
|
|
"caption": "New sketch",
|
|
"command": "new_sketch"
|
|
},
|
|
{
|
|
"caption": "Open Arduino Libraries",
|
|
"command": "open_arduino_libraries"
|
|
},
|
|
{
|
|
"caption": "Compile Arduino sketch",
|
|
"command": "compile"
|
|
},
|
|
{
|
|
"caption": "Upload Arduino sketch",
|
|
"command": "upload"
|
|
},
|
|
{
|
|
"caption": "Compile and Upload Arduino sketch",
|
|
"command": "compile_upload"
|
|
},
|
|
{
|
|
"caption": "Clean Arduino sketch",
|
|
"command": "clean"
|
|
}
|
|
]
|