Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 7 months ago.
i2cmaster with lpc824
I would like to ask: in the mbed how to write i2cmaster program, thank you
1 Answer
7 years, 7 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.