Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 503 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 503 Bytes

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