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:
95:5ebdf5d955f4
Parent:
94:d2dea35b25ea
Child:
101:e7f76cb49584
--- 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);