core13: An Arduino core for the Attiny13 *testers wanted*

hansibull:
Since the pins_arduino.h is blank, does someone know the exact pin configuration for the Attiny13? I added a dummy below :slight_smile:

// ATMEL ATTINY13 - ARDUINO

//
//                  +-/-+
// AinX (D X) PB5  1|    |8  Vcc
// AinX (D X) PB3  2|    |7  PB2 (D X)  AinX
// AinX (D X) PB4  3|    |6  PB1 (D X) PWM
//            GND  4|    |5  PB0 (D X) PWM
//                  +----+

The pins are internally converted hence no need for pins_arduino. If you don't mind, I can add this to the next release for reference purposes. After I check it for accuracy at least