Implementation of 1-Wire with added Alarm Search Functionality

Dependents:   Max32630_One_Wire_Interface

Revision:
101:e7f76cb49584
Parent:
86:2ce08ca58b9e
Child:
104:3f48daed532b
diff -r 0500c20715ca -r e7f76cb49584 Slaves/Sensors/Sensors.h
--- a/Slaves/Sensors/Sensors.h	Thu Jun 30 17:01:03 2016 +0000
+++ b/Slaves/Sensors/Sensors.h	Sun Jul 03 20:35:38 2016 +0000
@@ -34,6 +34,7 @@
 #ifndef ONEWIRE_SENSORS_H
 #define ONEWIRE_SENSORS_H
 
-#include "DS1920/DS1920.h"
+#include "OneWire/Slaves/Sensors/DS1920/DS1920.h"
+#include "OneWire/Slaves/Sensors/DS18B20/DS18B20.h"
 
 #endif /*ONEWIRE_SENSORS_H*/