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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
To read data with repeated start condition. like this.
i2c.write(ADR,buf,1,true); i2c.read(ADR,buf,1);
mbed NXP LPC1768 works this.