I2C revision change - compiler issue

03 Jun 2010

I see that the I2C module has been modified with just one of the features I was looking for. All the documentation now shows that you can specify "repeated". But when I actually add that fourth parameter to i2c.write, the compiler complains about too many parameters.

 

Is there something special I need to do to invoke the new build? I did restart the session, but to no avail.

03 Jun 2010

Never mind. I just found out that I needed to update the library by clicking on "mbed" under my application and then clicking on update. Simple, if you know where to look.