agguro / ArduinoISP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArduinoISP firwmare sources:

To compile sources you need avr-gcc (the provided binary files are compiled with avr-gcc 4.5.3).

You also need an AVRISP mkII programmer to write the firwmare into the device. If you want to use another programmer you have to modify the makefile and change the command line for avrdude in order to match your programmer. Just move into the code folder with the terminal and use:

make hex

Then write the binary file into the microcontroller with

sudo make program

About


Languages

Language:C 64.7%Language:C++ 25.6%Language:Assembly 9.6%