Fragen zum Arduino UNO REV 3

Habe mir das Uno Rev 3 gekauft.

Jetzt bin ich auf der Suche nach einem ProtoShield wo ein Breadboard draufpasst.
Die welche ich gefunden habe, sind nicht zu 100 % passend. Da fehlt meistens der PIN für den IOREF.
Wofür ist dieser... kann mir das jemand vll. ausführlich erklären (bitte)?

MfG

Revision 3 of the board has the following new features:

1.0 pinout: added SDA and SCL pins that are near to the AREF pin and two other new pins placed near to the RESET pin, the IOREF that allow the shields to adapt to the voltage provided from the board. In future, shields will be compatible both with the board that use the AVR, which operate with 5V and with the Arduino Due that operate with 3.3V. The second one is a not connected pin, that is reserved for future purposes.

markbee

Die nicht R3 Shields passen auf dem Arduino UNO R3.
Die Änderungen sind gemacht worden um ein Shield für die UNO R3 und MEGA2560 R3 kompatiebel zu machen, da die I2C Schnittselle an verschiedenen Pins liegt. Bzw um Shields die mit 5 und 3,3V funktionieren, automatisch für den Arduino richtige Spannung funktionieren (soweit ich weiß um diese Shields für den Arduino Due kompatibel zu machen, da dieser mit 3,3V funktionieren wird).
Grüße Uwe