Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
95:5ebdf5d955f4
Parent:
94:d2dea35b25ea
Child:
101:e7f76cb49584
diff -r d2dea35b25ea -r 5ebdf5d955f4 Slaves/Switches/DS2413/DS2413.h
--- a/Slaves/Switches/DS2413/DS2413.h	Fri Jun 24 21:12:26 2016 +0000
+++ b/Slaves/Switches/DS2413/DS2413.h	Fri Jun 24 21:24:02 2016 +0000
@@ -83,8 +83,6 @@
         *
         * @details reads state of pio
         *
-        * On Entry:
-        *     @param[in] romId - refernce to ROM # of switch
         *
         * On Exit:
         *     @param[out] val - lsb represents the state of the pio
@@ -98,8 +96,6 @@
         *
         * @details reads state of pio
         *
-        * On Entry:
-        *     @param[in] romId - refernce to ROM # of switch
         *
         * On Exit:
         *     @param[out] val - lsb represents the state of the pio
@@ -114,11 +110,8 @@
         * @details writes to pio
         *
         * On Entry:
-        *    @param[in] romId - refernce to ROM # of switch
         *    @param[in] val - lsb sets state of pio
         *
-        * On Exit:
-        *
         * @return CmdResult - result of operation
         **************************************************************/
         CmdResult pioAccessWriteChA(uint8_t val);
@@ -129,11 +122,8 @@
         * @details writes to pio
         *
         * On Entry:
-        *    @param[in] romId - refernce to ROM # of switch
         *    @param[in] val - lsb sets state of pio
         *
-        * On Exit:
-        *
         * @return CmdResult - result of operation
         **************************************************************/
         CmdResult pioAccessWriteChB(uint8_t val);
@@ -144,11 +134,8 @@
         * @details writes to pio
         *
         * On Entry:
-        *    @param[in] romId - refernce to ROM # of switch
         *    @param[in] val - Bits 1:0 set PIOB and PIOB respectively
         *
-        * On Exit:
-        *
         * @return CmdResult - result of operation
         **************************************************************/
         CmdResult pioAccessWriteChAB(uint8_t val);