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:
24:dae7123d432a
Parent:
23:174dd32fa661
Child:
25:b9e3756c9cbb
Child:
26:1b988c505139
Child:
27:3c32495708f4
--- a/examples/drvdiag/driver_wrapper/cn0216_diag.h	Tue May 17 18:37:29 2016 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-
-#ifndef CN0216_DIAG_H_
-#define CN0216_DIAG_H_
-#include "CN0216.h"
-
-class CN0216_Diag
-{
-public:
-    CN0216_Diag(CN0216& cn);
-
-    void init(void);
-    void calibrate(void);
-    void read_weight(void);
-
-
-private:
-    CN0216& dut;
-};
-
-
-#endif /* CN0216_DIAG_H_ */