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:
104:3f48daed532b
Parent:
86:2ce08ca58b9e
Child:
113:13e2865603df
diff -r 6dcbb5166da1 -r 3f48daed532b Slaves/Authenticators/Authenticators.h
--- a/Slaves/Authenticators/Authenticators.h	Thu Jul 07 13:56:44 2016 -0500
+++ b/Slaves/Authenticators/Authenticators.h	Tue Aug 02 18:21:09 2016 +0000
@@ -34,6 +34,6 @@
 #ifndef ONEWIRE_AUTHENTICATORS_H
 #define ONEWIRE_AUTHENTICATORS_H
 
-#include "DS28E15_22_25/DS28E15_22_25.h"
+#include "Slaves/Authenticators/DS28E15_22_25/DS28E15_22_25.h"
 
 #endif /*ONEWIRE_AUTHENTICATORS_H*/