First experiments with AVR (AtTiny2313)
[mirrors/Programs.git] / avr / arduino-isp.txt
diff --git a/avr/arduino-isp.txt b/avr/arduino-isp.txt
new file mode 100644 (file)
index 0000000..07daab9
--- /dev/null
@@ -0,0 +1,9 @@
+arduino        MCU port        tiny45  tiny2313
+GND    GND             4       10
+5V     VCC             8       20
+10     RESET           1       1
+11     MOSI/SDA        5       17
+12     MISO/DO         6       18
+13     SCK/USCK/SCL    7       19
+
+avrdude -cstk500v1 -P/dev/ttyUSB0 -b19200 -p attiny2313
This page took 0.106954 seconds and 4 git commands to generate.