-
Notifications
You must be signed in to change notification settings - Fork 1
Home
apla edited this page Mar 9, 2015
·
5 revisions
layout: wiki-cli-page permalink: /cli/
cuwire cli is available for Mac, Windows and Linux.
cuwire require to have installed:
Please install all above if you don't have it installed already. Then, open terminal app and launch
npm install -g cuwirecuwire compile -b <board name>
cuwire upload -b <board name> -p <port name>
cuwire ports
cuwire boardsBasic commands is compile, upload, ports, boards
For example, to compile and upload your sketch to plugged in Arduino Uno, go to sketch folder and run:
cuwire upload -b unoYou can see detailed guide and more examples at Usage section of documentation
How to use command line utility
Describes settings. You can set Arduino IDE custom location and per-folder sketch settings.
Supported and tested platforms, list of new platforms to check.
Details on build process, differences between Arduino IDE build process and cuwire.