Arch Pro, an mbed enabled development board for rapid prototyping.

PIN definitions

13 Dec 2014

Most of the other Mbed platforms that include the Arduino connectors have added Arduino PIN defines (D0 - D15, A0 - A5 in Dark Green). Can this be added to the Arch-Pro description?

13 Dec 2014

The arduino pin names are there in the pinnames.h file: http://developer.mbed.org/users/mbed_official/code/mbed/file/4fc01daae5a5/TARGET_ARCH_PRO/TARGET_NXP/TARGET_LPC176X/TARGET_ARCH_PRO/PinNames.h

You can use them in your code. They just aren't listed on the pin diagram.