Library for the LM75A Temperature Sensor

Dependents:   LM75A_Test_Code MQTT_and_Temperature_Sensore_LM75 2021_Temp_y_Acelerom_V4enlace_serial

Revision:
1:19dc98c810a5
Parent:
0:94c821cb7f80
--- a/LM75A.h	Wed Jun 27 21:20:27 2012 +0000
+++ b/LM75A.h	Fri Aug 15 11:56:39 2014 +0000
@@ -74,5 +74,6 @@
     private:
       I2C m_i2c;
       int m_addr;   
+      char reg_addr;
 };