Script Reference
Arduino Shell Interface » Devlog
Constructor:
Tool("sketch", "port" "board")
Example: $pico = [Tool]::new("C:/sketch.ino", "COM5", "uno")
Main functions:
- compile() -- compiles the current sketch for the current board
- upload() -- uploads the current sketch for the current board on the current port
- switchPort("port") -- changes your port accordingly
- switchBoard("board") -- changes your board to something else
- switchSketch("sketch") -- changes your sketch location
- monitor() -- monitors the current board's serial output
- installed() -- shows currently-installed cores
- search("term") -- searches for a new core
- More to come in the future!
Get Arduino Shell Interface
Buy Now$19.99 USD or more
Arduino Shell Interface
Upload sketches with Powershell!
Status | Released |
Category | Tool |
Author | Glitch Labs |
Tags | arduino, circuits, microcontroller, script, sourcecode |
More posts
- Setup: Script setup & initializing your objectMay 23, 2024
- Setup: Arduino CLIMay 23, 2024
Leave a comment
Log in with itch.io to leave a comment.