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

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

Revision:
10:51d149fa47bd
Parent:
9:74b44a27fa40
Child:
11:9bd544dd9e07
--- a/LM75B.h	Wed Aug 28 17:17:24 2013 +0000
+++ b/LM75B.h	Wed Aug 28 17:33:41 2013 +0000
@@ -106,7 +106,7 @@
      */
     LM75B(PinName sda, PinName scl, Address addr);
 
-    /** Probes for the LM75B and resets it to default configuration if present
+    /** Probe for the LM75B and reset it to default configuration if present
      *
      * @returns
      *   'true' if the device exists on the bus,