Due Pinmapping wrong

Hi!

I just took a look on the Pin Mapping table of the Arduino Due Website. A quick comparing look on the circuit showed that the "Due Pin Number" table is wrong. Or do I misunderstand something?

Also, im planning to use some Shiftregisters with the Due. Which Pins do I need? D70 (Clock), D10 (?), and D4 (?) ?

regards

It depends on the shiftregister I guess.. If we're talking about the 595 shiftregister then you can basically use any digital pin on the Due.. I believe some people even use the SPI pins for faster transfers, but that's something you'll have to look into..