diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-10-10 08:56:15 -0700 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-10-10 08:56:15 -0700 |
commit | 76137c52ca912695f5d7d025dc7f0a61b5cb9acc (patch) | |
tree | e3f8afa9368fee8f5d374061c765b5cce8a3ac85 /programmers.txt | |
parent | 77cdeb5b930c473488933e04573159bda93b9491 (diff) | |
parent | 7432dbd5b4f74d0a4db03f32fa34f790069e7b2e (diff) |
Merge pull request #41 from chiva/patch-1
Added USBasp to programmers list
Diffstat (limited to 'programmers.txt')
-rw-r--r-- | programmers.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/programmers.txt b/programmers.txt index 466f602..cbe494b 100644 --- a/programmers.txt +++ b/programmers.txt @@ -18,3 +18,7 @@ arduinoisp.name=Arduino as ISP arduinoisp.communication=serial arduinoisp.protocol=stk500v1 arduinoisp.speed=19200 + +usbasp.name=USBasp +usbasp.communication=usb +usbasp.protocol=usbasp
\ No newline at end of file |