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

Fork of LM75B by Neil Thiessen

Revision:
11:9bd544dd9e07
Parent:
10:51d149fa47bd
Child:
12:fc27dc535ea9
--- 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