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:42:55 2013 +0000
Parent:
10:51d149fa47bd
Child:
12:fc27dc535ea9
Commit message:
Minor example improvements (exits on failure)

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:33:41 2013 +0000
+++ b/LM75B.h	Wed Aug 28 17:42:55 2013 +0000
@@ -47,7 +47,6 @@
  *         }
  *     } else {
  *         printf("Device not detected!\n");
- *         while (1);
  *     }
  * }
  * @endcode