lel

Dependents:   Project2

Fork of LM75B by Neil Thiessen

Files at this revision

API Documentation at this revision

Comitter:
neilt6
Date:
Fri Aug 09 22:21:36 2013 +0000
Parent:
6:6b8a9d1ad49a
Child:
8:2b797c309258
Commit message:
Minor documentation improvements

Changed in this revision

LM75B.h Show annotated file Show diff for this revision Revisions of this file
--- 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);