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 07 18:34:19 2013 +0000
Parent:
4:06676376766a
Child:
6:6b8a9d1ad49a
Commit message:
Added newline to bottom of LM75B.h to fix Keil ?Vision4 warning

Changed in this revision

LM75B.h Show annotated file Show diff for this revision Revisions of this file
--- a/LM75B.h	Fri Aug 02 22:00:15 2013 +0000
+++ b/LM75B.h	Wed Aug 07 18:34:19 2013 +0000
@@ -193,4 +193,4 @@
     void _writeTempHelper(char reg, float temp);
 };
 
-#endif
\ No newline at end of file
+#endif