cli guide

cuwire cli is available for Mac, Windows and Linux.

Installation

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 cuwire

Synopsis

cuwire compile -b <board name>
cuwire upload -b <board name> -p <port name>
cuwire ports
cuwire boards

Basic 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 uno

You can see detailed guide and more examples at Usage section of documentation

Usage

How to use command line utility

Preferences

Describes settings. You can set Arduino IDE custom location and per-folder sketch settings.

Platforms

Supported and tested platforms, list of new platforms to check.

atmel nordic semi texas instruments intel stm freescale

Build Process

Details on build process, differences between Arduino IDE build process and cuwire.

How To

To Do