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

Fork of LM75B by Neil Thiessen

Revision:
14:3a44310726fe
Parent:
13:27c19044ace6
Child:
15:69991c038abe
--- a/LM75B.h	Thu Nov 07 17:42:41 2013 +0000
+++ b/LM75B.h	Tue Nov 12 17:22:12 2013 +0000
@@ -103,7 +103,7 @@
      */
     LM75B(PinName sda, PinName scl, Address addr = ADDRESS_0);
 
-    /** Probe for the LM75B and reset it to default configuration if present
+    /** Probe for the LM75B and indicate if it's present on the bus
      *
      * @returns
      *   'true' if the device exists on the bus,