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:
122:955ac6c82533
Parent:
120:200109b73e3c
Child:
139:f0e0a7976846
diff -r 4bee07064d0d -r 955ac6c82533 Masters/DS2465/DS2465.cpp
--- a/Masters/DS2465/DS2465.cpp	Tue Sep 06 10:21:37 2016 -0500
+++ b/Masters/DS2465/DS2465.cpp	Tue Sep 06 12:32:12 2016 -0500
@@ -72,7 +72,7 @@
     Status_DIR = 0x80
 };
 
-static const int I2C_WRITE_OK = 0;
+static const int I2C_WRITE_OK = 1;
 
 uint8_t DS2465::Config::readByte() const
 {