Script Reference


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$9.99 USD or more

Leave a comment

Log in with itch.io to leave a comment.