Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
54:08985bf69691
Parent:
22:686273e55cdc
--- a/OneWire_Switches/DS2413/ds2413.h	Thu Apr 07 11:26:20 2016 -0500
+++ b/OneWire_Switches/DS2413/ds2413.h	Wed Apr 13 20:31:41 2016 +0000
@@ -143,6 +143,22 @@
   **************************************************************/
   CmdResult pio_access_write_chB(RomId &romId, uint8_t val);
   
+  
+  /**********************************************************//**
+  * @brief pio_acess_write_chAB()
+  * 
+  * @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 pio_access_write_chAB(RomId &romId, uint8_t val);
+  
 
 private: