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:
54:08985bf69691
Parent:
22:686273e55cdc
diff -r 6f9208ae280e -r 08985bf69691 OneWire_Switches/DS2413/ds2413.h
--- 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: