Clarify TPI connections for USBtiny.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1413 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
2b9108b58f
commit
b46c10e661
|
@ -866,6 +866,10 @@ programmer
|
||||||
#usbproduct = "";
|
#usbproduct = "";
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# USBtiny can also be used for TPI programming.
|
||||||
|
# In that case, a resistor of 1 kOhm is needed between MISO and MOSI
|
||||||
|
# pins of the connector, and MISO (pin 1 of the 6-pin connector)
|
||||||
|
# connects to TPIDATA.
|
||||||
programmer
|
programmer
|
||||||
id = "usbtiny";
|
id = "usbtiny";
|
||||||
desc = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
|
desc = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
|
||||||
|
|
Loading…
Reference in New Issue