Skip to content

Instantly share code, notes, and snippets.

@pashamray
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save pashamray/b83e11a61e5d01978146 to your computer and use it in GitHub Desktop.

Select an option

Save pashamray/b83e11a61e5d01978146 to your computer and use it in GitHub Desktop.
avrdude.conf for Pinboard II avrdude 6.0.1
#FTDI_Bitbang
programmer
id = "2ftbb";
desc = "FT232R Synchronous BitBang";
type = "avrftdi";
miso = 5; # DCD
sck = 6; # DSR
mosi = 4; # CTS
reset = 7; # RI
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment