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:
14:7b2886a50321
Parent:
6:1faafa0b3cd7
Child:
15:f6cb0d906fb6
diff -r d1bdb03703de -r 7b2886a50321 OneWire_Masters/DS248x/ds248x.cpp
--- a/OneWire_Masters/DS248x/ds248x.cpp	Tue Mar 08 18:00:40 2016 -0800
+++ b/OneWire_Masters/DS248x/ds248x.cpp	Tue Mar 15 01:38:17 2016 +0000
@@ -73,6 +73,13 @@
 
 
 //*********************************************************************
+bool Ds248x::OWInitMaster()
+{
+    return(detect());
+}
+
+
+//*********************************************************************
 bool Ds248x::detect(void)
 {
     bool rtn_val = false;