LM75B Digital temperature sensor and thermal watchdog

Dependents:   testLM75B testSensor TCPSocket_Client

Revision:
1:61987c319606
Parent:
0:1cf64e89f29d
--- a/LM75B.cpp	Wed Jul 06 07:02:52 2016 +0000
+++ b/LM75B.cpp	Wed Jul 06 07:11:23 2016 +0000
@@ -28,7 +28,13 @@
 /* D[15:5] = 11 bit data 0.125 * temp data */
 /* D[4:0] : reserved */
 
+/* Tos register */
+/* D[15:7] = 9 bit data */
+/* D[6:0] : reserved */
 
+/* Thyst register */
+/* D[15:7] = 9 ibt data */
+/* D[6:0] : reserved */
 
 LM75B::LM75B(PinName sda, PinName scl, int addr) : m_i2c(sda, scl), m_addr(addr<<1) {
     // activate the peripheral