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:
138:5bd0a7a82bb4
Parent:
137:a1f0069f1832
Child:
140:6f32bf635c9d
--- a/Masters/Masters.h	Mon Sep 26 15:46:52 2016 -0500
+++ b/Masters/Masters.h	Fri Dec 02 19:21:55 2016 +0000
@@ -41,5 +41,8 @@
 #include "Masters/DS2480B/DS2480B.h"
 #include "Masters/DS2465/DS2465.h"
 
+#if defined(TARGET_MAX32600)
+    #include "Masters/TARGET_Maxim/TARGET_MAX32600/OwGpio/OwGpio.h"
+#endif
 
 #endif /*ONEWIRE_MASTERS_H*/