6 years, 11 months ago.

i2cmaster with lpc824

I would like to ask: in the mbed how to write i2cmaster program, thank you

1 Answer

6 years, 11 months ago.

Hi,

You can find an example code for the I2C master here: https://developer.mbed.org/handbook/I2C#hello-world

In case of the LPC824, you can use P0_11 for SDA and P0_10 for SCL.

Accepted Answer