In der nackten Arduino-IDE (auch 1.6.5) gibt es keinen ATtiny. Vermutlich hast Du den damellis-Core nachinstalliert, z.B. wie in http://highlowtech.org/?p=1695 beschrieben.
In der pins_arduino.* vom damellis-Core sind die Pin-Zuordnungen so gezeichnet:
[font="Courier New"]// ATMEL ATTINY84 / ARDUINO
//[/font]
[font="Courier New"]// +-\/-+[/font]
[font="Courier New"]// VCC 1| |14 GND[/font]
[font="Courier New"]// (D 10) PB0 2| |13 AREF (D 0)[/font]
[font="Courier New"]// (D 9) PB1 3| |12 PA1 (D 1)[/font]
[font="Courier New"]// PB3 4| |11 PA2 (D 2)[/font]
[font="Courier New"]// PWM INT0 (D
PB2 5| |10 PA3 (D 3)[/font]
[font="Courier New"]// PWM (D 7) PA7 6| |9 PA4 (D 4)[/font]
[font="Courier New"]// PWM (D 6) PA6 7| |8 PA5 (D 5) PWM[/font]
[font="Courier New"]// +----+[/font]
Im arduino-tiny-Core (http://arduino-tiny.googlecode.com) sind sie hingegen so zugeordnet:
[font="Courier New"]// ATMEL ATTINY84 / ARDUINO[/font]
[font="Courier New"]//[/font]
[font="Courier New"]// +-\/-+[/font]
[font="Courier New"]// VCC 1| |14 GND[/font]
[font="Courier New"]// (D 0) PB0 2| |13 AREF (D 10)[/font]
[font="Courier New"]// (D 1) PB1 3| |12 PA1 (D 9)[/font]
[font="Courier New"]// PB3 4| |11 PA2 (D 8)[/font]
[font="Courier New"]// PWM INT0 (D 2) PB2 5| |10 PA3 (D 7)[/font]
[font="Courier New"]// PWM (D 3) PA7 6| |9 PA4 (D 6)[/font]
[font="Courier New"]// PWM (D 4) PA6 7| |8 PA5 (D 5) PWM[/font]
[font="Courier New"]// +----+
[font="Arial"][font="Sans-serif"]Warum es diese Unterschiede gibt, welche zuerst da war usw., weiss ich nicht.[/font][/font][font="Sans-serif"]
Eigentlich finde ich die damellis-Zuordnung besser, aber hier im Thread und bei Nathan Chantrell wird offenbar immer die arduino-tiny-Zuordnung benutzt.[/font]
[/font]