sketch-new
Creates a new Arduino sketch folder with a pre-filled .ino file containing setup() and loop() boilerplate, so you can start coding immediately.
Instructions
Create a new Arduino sketch (folder + .ino file with setup()/loop() boilerplate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the new sketch folder, e.g. '/path/to/Arduino/MyBlink' |