Fork of Maxim's human body temp sensor library that works with mbed-os 5

Fork of MAX30205 by Maxim Integrated

Revision:
9:2b8357c91343
Parent:
8:2aeb45dd2bb9
--- a/MAX30205.h	Thu Jul 27 22:49:16 2017 +0000
+++ b/MAX30205.h	Wed Oct 18 15:51:47 2017 +0000
@@ -188,7 +188,7 @@
     /// I2C object
     I2C & m_i2c;
     /// Device slave addresses
-    uint8_t m_writeAddress, m_readAddress;
+    uint8_t m_address;
 };
 
 #endif /* __MAX30205_H_ */