Skip to content

arduino/ArduinoISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published