• View all by Glitch LabsGlitch Labs
  • Follow Glitch LabsFollowFollowing Glitch LabsFollowing
  • Add To CollectionCollection
  • Comments
  • Devlog
  • More like thisRelated

Arduino Shell Interface

← Return to Arduino Shell Interface

Devlog

  • Script Reference
    May 23, 2024 by Glitch Labs
    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() -- uplo... Continue reading
  • Setup: Script setup & initializing your object
    May 23, 2024 by Glitch Labs
    How to call up the script in Powershell: Put your script somewhere memorable, like C:/Scripts Call the script by typing ."C:/Scripts/cli_tools.ps1" Creating an instance of the object: Create an instan... Continue reading
  • Setup: Arduino CLI
    May 23, 2024 by Glitch Labs
    If you're brand new to the Arduino CLI, this guide will get your Powershell / CLI wagon hitched up! Download the Arduino CLI (preferably the .zip file) from Github Stick ArduinoCLI.exe inside of a fol... Continue reading
itch.io·View all by Glitch Labs·Report·Embed