Fork of X_NUCLEO_COMMON lib adding 16-bit SPI support
Fork of X_NUCLEO_COMMON by
Revision 8:527e203b709b, committed 2015-06-15
- Comitter:
- Wolfgang Betz
- Date:
- Mon Jun 15 10:28:49 2015 +0200
- Parent:
- 7:55d59a1605c3
- Child:
- 9:1f35e8bf427b
- Commit message:
- Further fine-tuning of doxygen comments
Changed in this revision
| DevI2C/DevI2C.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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
