All Projects → arduino → ArduinoISP

arduino / ArduinoISP

Licence: other
No description, website, or topics provided.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].