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 LM75B by
Diff: LM75B.h
- Revision:
- 7:bebde8098fca
- Parent:
- 6:6b8a9d1ad49a
- Child:
- 8:2b797c309258
--- a/LM75B.h Fri Aug 09 19:14:47 2013 +0000
+++ b/LM75B.h Fri Aug 09 22:21:36 2013 +0000
@@ -98,9 +98,9 @@
/** Create an LM75B object connected to the specified I2C pins with the specified I2C slave address
*
- * @param sda I2C data pin
- * @param scl I2C clock pin
- * @param addr I2C slave address
+ * @param sda The I2C data pin.
+ * @param scl The I2C clock pin.
+ * @param addr The I2C slave address.
*/
LM75B(PinName sda, PinName scl, Address addr);
