Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Files at this revision

API Documentation at this revision

Comitter:
reARMnimator
Date:
Mon Jan 06 15:54:55 2020 +0000
Parent:
9:aeda90624ad0
Commit message:
Fixed inappropriate include path.

Changed in this revision

Devices/DS28EC20.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/Devices/DS28EC20.hpp	Thu Dec 19 23:05:46 2019 +0100
+++ b/Devices/DS28EC20.hpp	Mon Jan 06 15:54:55 2020 +0000
@@ -33,9 +33,9 @@
 #ifndef MaximInterface_DS28EC20
 #define MaximInterface_DS28EC20
 
-#include "components/external/onewire/v1.7/Links/SelectRom.hpp"
-#include "components/external/onewire/v1.7/Links/Sleep.hpp"
-#include "components/external/onewire/v1.7/Utilities/Export.h"
+#include "MaximInterface/Links/SelectRom.hpp"
+#include "MaximInterface/Links/Sleep.hpp"
+#include "MaximInterface/Utilities/Export.h"
 
 namespace MaximInterface {