The mbed-enabled LPC4088 QuickStart Board from Embedded Artists is a easy to use ARM Cortex-M4 rapid prototyping board in a standard through hole DIP package (44-pin), targeted at high-performance as …

Suggestion for the Pin name

26 May 2016

Hi.

The pin name of the mbed LLPC 4088 QuickStart board is lower case. For example :

Pin name is lower case

    I2C i2c(p32, p31);  // SDA, SDC of LPC4088 I2C0

In other hand mbed LPC4088 QuickStart board page uses upper case.

This is confusing, So, I suggest to update the page to use the lower case pin name.