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:
140:6f32bf635c9d
Parent:
138:5bd0a7a82bb4
diff -r f0e0a7976846 -r 6f32bf635c9d Masters/Masters.h
--- a/Masters/Masters.h	Tue Dec 13 13:31:30 2016 -0800
+++ b/Masters/Masters.h	Fri Feb 17 19:09:11 2017 +0000
@@ -45,4 +45,8 @@
     #include "Masters/TARGET_Maxim/TARGET_MAX32600/OwGpio/OwGpio.h"
 #endif
 
+#if defined(TARGET_MAX32620) || defined(TARGET_MAX32625) || defined(TARGET_MAX32630)
+    #include "Masters/TARGET_Maxim/MCU_OWM.h"
+#endif
+
 #endif /*ONEWIRE_MASTERS_H*/