Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of I2cRtosDriver by
Diff: I2CMasterRtos.h
- Revision:
- 16:2c6432b37cce
- Parent:
- 13:530968937ccb
--- a/I2CMasterRtos.h Fri May 16 12:38:13 2014 +0000 +++ b/I2CMasterRtos.h Sat May 17 11:56:46 2014 +0000 @@ -21,7 +21,7 @@ * * @note Has to be created in a thread context, i.e. within the main or some other function. A global delaration does not work */ - I2CMasterRtos(PinName sda, PinName scl, int freq=100000):m_drv(sda,scl,freq) {} + I2CMasterRtos(PinName sda, PinName scl, int freq=400000):m_drv(sda,scl,freq) {} /** Set the frequency of the I2C interface *