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:
91:e80108bc870a
Parent:
86:2ce08ca58b9e
Child:
92:aa40c49b8563
--- a/Masters/Masters.h	Fri Jun 17 15:24:37 2016 -0500
+++ b/Masters/Masters.h	Mon Jun 20 19:39:21 2016 +0000
@@ -34,13 +34,16 @@
 #ifndef ONEWIRE_MASTERS_H
 #define ONEWIRE_MASTERS_H
 
-#include "DS248x/DS248x.h"
-#include "DS2480B/DS2480B.h"
-#include "DS2465/DS2465.h"
+
+#include "OneWire/Masters/DS248x/DS2484/DS2484.h"
+#include "OneWire/Masters/DS248x/DS2482_800/DS2482_800.h"
+#include "OneWire/Masters/DS248x/DS2482_100/DS2482_100.h"
+#include "OneWire/Masters/DS2480B/DS2480B.h"
+#include "OneWire/Masters/DS2465/DS2465.h"
 
 //Bit-Bang Master only supported on MAX32600MBED Board
 #if(TARGET_MAX32600)
-#include "OwGpio/OwGpio.h"
+#include "OneWire/Masters/OwGpio/OwGpio.h"
 #endif
 
 #endif /*ONEWIRE_MASTERS_H*/