💾 Archived View for freeshell.de › tldr › arduino.gmi captured on 2023-01-29 at 04:19:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Arduino Studio - Integrated Development Environment for the Arduino platform.
arduino --verify {path/to/file.ino}
arduino --upload {path/to/file.ino}
arduino --board {arduino:avr:nano:cpu=atmega328p} --port {/dev/ttyACM0} --upload {path/to/file.ino}
arduino --pref {name}={value}
arduino --pref build.path={path/to/build_directory} --verify {path/to/file.ino}
arduino --save-prefs
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).