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

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

Files at this revision

API Documentation at this revision

Comitter:
neilt6
Date:
Wed Aug 28 17:33:41 2013 +0000
Parent:
9:74b44a27fa40
Child:
11:9bd544dd9e07
Commit message:
Minor documentation fix

Changed in this revision

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