A collection of Analog Devices drivers for the mbed platform
For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all
Diff: examples/drvdiag/config.h
- Revision:
- 11:2e67c719ce37
- Parent:
- 8:6e96c6b3c83f
- Child:
- 13:66c8e4ce4ff1
--- a/examples/drvdiag/config.h Thu Apr 21 16:46:15 2016 +0300 +++ b/examples/drvdiag/config.h Thu Apr 21 18:01:41 2016 +0300 @@ -52,17 +52,17 @@ #ifdef AD7790_PRESENT #include "AD7790.h" -#include "ad7790_diag.h" +#include "AD7790_diag.h" #endif #ifdef AD5270_PRESENT -#include "ad5270.h" -#include "ad5270_diag.h" +#include "AD5270.h" +#include "AD5270_diag.h" #endif #ifdef CN0357_PRESENT -#include "cn0357.h" -#include "CN0357_Diag.h" +#include "CN0357.h" +#include "CN0357_diag.h" #endif using namespace std;