Skip to content

Instantly share code, notes, and snippets.

@shinoonodera
Created February 24, 2016 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinoonodera/3eceb5498595cce79c7a to your computer and use it in GitHub Desktop.
Save shinoonodera/3eceb5498595cce79c7a to your computer and use it in GitHub Desktop.
#AVRDUDE = avrdude -c usbtiny -p $(DEVICE) # edit this line for your programmer
AVRDUDE = avrdude -c avrisp2 -P usb -p $(DEVICE) # edit this line for your programmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment