stanleyhuangyc / ArduinoUploader

A standalone utility for compiling and uploading Arduino sketch.

Home Page:http://arduinodev.com/software/arduino-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArduinoUploader

Arduino Builder is a fully standalone utility for viewing, compiling and uploading Arduino sketch file and compiled ELF or HEX file (usually bootloader) to Arduino board with Arduino serial programming interface, USBasp or Arduino ISP, without the need for Arduino IDE. This can be easily done with no more than 3 steps. When compiling is required (for uploading sketch file), the utility scans the sketch for referenced libraries and build the necessary libraries automatically.

About

A standalone utility for compiling and uploading Arduino sketch.

http://arduinodev.com/software/arduino-builder/


Languages

Language:C++ 74.5%Language:C 25.5%