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:
93:e496a45ce796
Parent:
90:c233d1c265ff
Child:
98:c4ac93efc036
--- a/Slaves/RomCommands.h	Mon Jun 20 20:02:28 2016 +0000
+++ b/Slaves/RomCommands.h	Fri Jun 24 21:06:46 2016 +0000
@@ -5,6 +5,7 @@
 #include "RomId.h"
 #include "Masters/OneWireMaster.h"
 
+
 namespace OneWire
 {
     namespace RomCommands
@@ -31,7 +32,7 @@
             SearchState() { reset(); }
         };
         
-        /// Find the 'first' devices on the 1-Wire bus.
+        ///Find the 'first' devices on the 1-Wire bus.
         OneWireMaster::CmdResult OWFirst(OneWireMaster & master, SearchState & searchState);
 
         /// Find the 'next' devices on the 1-Wire bus.