Skip to content
krishnaramb edited this page Jan 21, 2017 · 7 revisions

###Contents

##Make File I have compiled a script (make file) which uses AVRDUDE to push the program directly into the arduino uno board without using arduino IDE. This script will compile the program and creates the object (.0) file. It then links the different object files using linker. Further it is converted to the HEX file and using AVRDUDE, it will be flashed into the arduino uno board.

Clone this wiki locally