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.
Diff: DevI2C/DevI2C.h
- Revision:
- 8:527e203b709b
- Parent:
- 7:55d59a1605c3
- Child:
- 19:12be3dfc15fd
diff -r 55d59a1605c3 -r 527e203b709b DevI2C/DevI2C.h --- a/DevI2C/DevI2C.h Fri Jun 12 09:29:22 2015 +0200 +++ b/DevI2C/DevI2C.h Mon Jun 15 10:28:49 2015 +0200 @@ -58,7 +58,7 @@ DevI2C(PinName sda, PinName scl) : I2C(sda, scl) {} /** - * @brief Writes a buffer from the I2C peripheral device. + * @brief Writes a buffer towards the I2C peripheral device. * @param pBuffer pointer to the byte-array data to send * @param DeviceAddr specifies the peripheral device slave address. * @param RegisterAddr specifies the internal address register