Skip to content
Irvi Firqotul Aini edited this page Jan 26, 2016 · 2 revisions

[tools/] (https://github.com/RistekCSUI/EmbeddedSystem/tree/master/EmbeddedSystem-2015/tools) folder contains files for writing c code to arduino

Usage

./complie.sh <file> //it will compile your c code to a.out
./tohex.sh <file> <output>//it will generate hex code file
./program-arduino <tty dev> <file> 
Clone this wiki locally