Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

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
 {