A feature complete driver for the LM75B temperature sensor from NXP.

Dependents:   app-board-TempAlarm LM75B IoTWorkshopSensors EduRobot ... more

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);