Is there a way to tell which pins correspond to those on the Arduino without the shield shield?

I was wondering if there was a way to know which pins on the core correspond to those on the Arduino without the shield shield? I found this chart but I think it only applies to the shield shield. Help, thanks.

The pins are labeled on the core itself.

@1rudster, don’t forget that the typical Arduino has 5V logic on its pins whereas the Spark uses 3.3V logic.

1 Like

This might help (if it isn’t the chart you were talking about): http://i.imgur.com/z3HpckJ.png
There really isn’t a comparison like “pin D7 on the Core IS the same as D3 on the arduino.” The board do have a lot of similarities, and you could for example say something like:“D7 has the same functionalities like a digital pin on the arduino”.
Hope this helps!

1 Like

Thanks so much______needed more characters