-
Notifications
You must be signed in to change notification settings - Fork 0
Tools
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
./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>