Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
104:3f48daed532b
Parent:
103:6dcbb5166da1
Child:
115:a1ca2f3bf46d
--- a/OneWire.h	Thu Jul 07 13:56:44 2016 -0500
+++ b/OneWire.h	Tue Aug 02 18:21:09 2016 +0000
@@ -34,8 +34,8 @@
 #ifndef MBED_OneWire
 #define MBED_OneWire
 
-#include "OneWire/Masters/Masters.h"
-#include "OneWire/Slaves/Slaves.h"
-#include "OneWire/RomId/RomCommands.h"
+#include "Masters/Masters.h"
+#include "Slaves/Slaves.h"
+#include "RomId/RomCommands.h"
 
 #endif /* MBED_OneWire */