A collection of Analog Devices drivers for the mbed platform

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CN0216_Diag.h Source File

CN0216_Diag.h

00001 
00002 #ifndef CN0216_DIAG_H_
00003 #define CN0216_DIAG_H_
00004 #include "CN0216.h"
00005 
00006 class CN0216_Diag
00007 {
00008 public:
00009     CN0216_Diag(CN0216& cn);
00010 
00011     void init(void);
00012     void calibrate(void);
00013     void read_weight(void);
00014 
00015 
00016 private:
00017     CN0216& dut;
00018 };
00019 
00020 
00021 #endif /* CN0216_DIAG_H_ */