1-Wire® library for mbed. Complete 1-Wire library that supports our silicon masters along with a bit-bang master on the MAX32600MBED platform with one common interface for mbed. Slave support has also been included and more slaves will be added as time permits.

Dependents:   MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more

Superseded by MaximInterface.

Revision:
139:f0e0a7976846
Parent:
98:c4ac93efc036
Child:
141:cf38f48a2a49
--- 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.