Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Files at this revision

API Documentation at this revision

Comitter:
IanBenzMaxim
Date:
Mon Nov 06 16:06:27 2017 -0600
Parent:
0:f77ad7f72d04
Child:
2:dbc089c57059
Commit message:
Changed include paths for maximum compatibility with mbed 2.

Changed in this revision

Platforms/mbed/I2CMaster.hpp Show annotated file Show diff for this revision Revisions of this file
Platforms/mbed/Uart.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/Platforms/mbed/I2CMaster.hpp	Mon Nov 06 14:39:18 2017 -0600
+++ b/Platforms/mbed/I2CMaster.hpp	Mon Nov 06 16:06:27 2017 -0600
@@ -33,7 +33,7 @@
 #ifndef MaximInterface_mbed_I2CMaster
 #define MaximInterface_mbed_I2CMaster
 
-#include <drivers/I2C.h>
+#include <I2C.h>
 #include <MaximInterface/Links/I2CMaster.hpp>
 
 namespace MaximInterface {
--- a/Platforms/mbed/Uart.hpp	Mon Nov 06 14:39:18 2017 -0600
+++ b/Platforms/mbed/Uart.hpp	Mon Nov 06 16:06:27 2017 -0600
@@ -33,7 +33,7 @@
 #ifndef MaximInterface_mbed_Uart
 #define MaximInterface_mbed_Uart
 
-#include <drivers/Serial.h>
+#include <Serial.h>
 #include <MaximInterface/Links/Uart.hpp>
 
 namespace MaximInterface {