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:
137:a1f0069f1832
Parent:
104:3f48daed532b
Child:
138:5bd0a7a82bb4
--- a/Masters/Masters.h	Mon Sep 26 15:42:00 2016 -0500
+++ b/Masters/Masters.h	Mon Sep 26 15:46:52 2016 -0500
@@ -41,9 +41,5 @@
 #include "Masters/DS2480B/DS2480B.h"
 #include "Masters/DS2465/DS2465.h"
 
-//Bit-Bang Master only supported on MAX32600MBED Board
-#if(TARGET_MAX32600)
-#include "Masters/OwGpio/OwGpio.h"
-#endif
 
 #endif /*ONEWIRE_MASTERS_H*/