10 years, 2 months ago.

Seeeduino Arch Pin Names

Can someone add the Arduino pin names (A0-5, D0-15) to the Seeeduino Arch and Arch Pro libraries? This would make it easier to target the platforms with generic code.

1 Answer

10 years, 2 months ago.

A0-5 and D0-D13 are already added to Arch V1.1(LPC11U24) and Arch Pro(LPC1768) on github. When mbed library of mbed.org syncs mbed library of github next time, they will be available.

Note: D11 and D13 are P0_9 and P1_9 for Arch V1.1. While, they are inversed on Arch V1.0 D14 and D15 are not added.

Using the mbed-src repository instead of the mbed build would be a reasonable work-around until a new build is created. The arch pin name changes are present there.

posted by Stephen Paulger 07 Mar 2014