Skip to main content
2 of 2
edited tags
Peter Bloomfield
  • 11k
  • 9
  • 48
  • 87

How do I convert code between Arduino platforms?

What documentation is available regarding the differences between the different Arduino platforms?

For example, I have some code written for an Arduino Teensy that I would like to run on an Arduino Mega.

Is there documentation on the capabilities and equivalencies between each of the platforms? e.g. memory, number of PWM outputs, etc?

Mark Harrison
  • 559
  • 3
  • 15
  • 24