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

Revision:
26:1b988c505139
Parent:
24:dae7123d432a
--- a/examples/drvdiag/driver_wrapper/AD5270_Diag.h	Wed May 18 16:57:57 2016 +0300
+++ b/examples/drvdiag/driver_wrapper/AD5270_Diag.h	Thu Aug 18 14:46:42 2016 +0300
@@ -72,9 +72,9 @@
 
     void write_wiper_reg(void);
     void read_wiper_reg(void);
-
+    AD5270& dut;
 private:
-    AD5270& dut;
+
 };