Ryan Vasquez / AD7989_Driver
Revision:
3:c3f4ce50902f
Parent:
2:60f5474814ac
Child:
4:be5656dbc656
--- a/AD7989.h	Mon Jan 21 11:44:03 2019 -0600
+++ b/AD7989.h	Mon Jan 21 11:47:01 2019 -0600
@@ -1,7 +1,7 @@
 #ifndef AD7989_H
 #define AD7989_H
 
-#include "mbed-os/mbed.h"
+#include "mbed.h"
 /** An abstraction for an 18 bit ADC
 *  @note Not quite sure this is thread or interrupt safe. Treat this as a standard mbed SPI object
 *  There are mutex locks when the SPI bus is being used.