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:
97:942c2d6f6d62
Child:
115:a1ca2f3bf46d
--- a/Slaves/Slaves.h	Thu Jul 07 13:56:44 2016 -0500
+++ b/Slaves/Slaves.h	Tue Aug 02 18:21:09 2016 +0000
@@ -34,9 +34,9 @@
 #ifndef OneWire_Slaves
 #define OneWire_Slaves
 
-#include "OneWire/Slaves/Authenticators/Authenticators.h"
-#include "OneWire/Slaves/Bridges/Bridges.h"
-#include "OneWire/Slaves/Sensors/Sensors.h"
-#include "OneWire/Slaves/Switches/Switches.h"
+#include "Slaves/Authenticators/Authenticators.h"
+#include "Slaves/Bridges/Bridges.h"
+#include "Slaves/Sensors/Sensors.h"
+#include "Slaves/Switches/Switches.h"
 
 #endif /* OneWire_Slaves */
\ No newline at end of file