Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
139:f0e0a7976846
Parent:
98:c4ac93efc036
Child:
141:cf38f48a2a49
diff -r 5bd0a7a82bb4 -r f0e0a7976846 Masters/DS2465/DS2465.h
--- a/Masters/DS2465/DS2465.h	Fri Dec 02 19:21:55 2016 +0000
+++ b/Masters/DS2465/DS2465.h	Tue Dec 13 13:31:30 2016 -0800
@@ -122,7 +122,7 @@
 
         /// @param I2C_interface Configured I2C communication interface for DS2465.
         /// @param I2C_address I2C bus address of the DS2465 in mbed format.
-        DS2465(mbed::I2C & I2C_interface, uint8_t I2C_address);
+        DS2465(mbed::I2C & I2C_interface, uint8_t I2C_address = 0x30);
 
         // Const member functions should not change the settings of the DS2465 or affect the state of the 1-Wire bus.
         // Read pointer, scratchpad, MAC output register, and command register on the DS2465 are considered mutable.