79 Forks
303 Stars
303 Watchers

avrdude

AVRDUDE is a utility to program AVR microcontrollers

How to download and setup avrdude

Open terminal and run command
git clone https://github.com/avrdudes/avrdude.git
git clone is used to create a copy or clone of avrdude repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with avrdude https://github.com/avrdudes/avrdude/archive/master.zip

Or simply clone avrdude with SSH
[email protected]:avrdudes/avrdude.git

If you have some problems with avrdude

You may open issue on avrdude support forum (system) here: https://github.com/avrdudes/avrdude/issues