Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
8:7c7a0ea0c568
Parent:
7:78a8857b3810
Child:
13:d1bdb03703de
diff -r 78a8857b3810 -r 7c7a0ea0c568 OneWire_Bridge/DS28E17/ds28e17.h
--- a/OneWire_Bridge/DS28E17/ds28e17.h	Fri Feb 12 22:56:13 2016 +0000
+++ b/OneWire_Bridge/DS28E17/ds28e17.h	Thu Feb 25 06:03:23 2016 +0000
@@ -272,10 +272,10 @@
     * @param[in]  *data
     * User defines write data ranging from 1-255 bytes.
     *
-    * On Exit:
-    * @param[out] nu_bytes_read
+    * @param[in] nu_bytes_read
     * Number of I2C bytes to read. A value of zero will assert the Error Detected pin (ED).
     *
+    * On Exit:
     * @param[out]  status
     * Detects the condition of the Start (bit3), N/A (bit2), 
     * Address(bit1) and CRC16(bit0) bits.