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:
86:2ce08ca58b9e
Parent:
78:0cbbac7f2016
Child:
98:c4ac93efc036
--- a/Masters/DS2465/DS2465.h	Tue Jun 07 23:06:56 2016 +0000
+++ b/Masters/DS2465/DS2465.h	Wed Jun 15 15:00:06 2016 -0500
@@ -34,7 +34,7 @@
 #define OneWire_Masters_DS2465
 
 #include "Masters/OneWireMaster.h"
-#include "Authenticators/ISha256MacCoproc.h"
+#include "Slaves/Authenticators/ISha256MacCoproc.h"
 
 namespace mbed { class I2C; }