kobe leysen / Mbed 2 deprecated TEST

Dependencies:   DAQ mbed-rtos mbed

Revision:
2:7f7eb0cc78a4
Parent:
1:fa51edf89e71
--- a/DAQ/DummyDAQ.h	Thu Apr 24 10:39:09 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#ifndef DUMMYDAQ_H
-#define DUMMYDAQ_H
-
-#include "Measurement.h"
-
-class DummyDAQ
-{
-public:
-    DummyDAQ(void);
-    ~DummyDAQ(void);
-
-    //GETTERS
-    Measurement* measure(void);
-    int getChannelGain(int channel);
-    bool ChannelEnabled(int channel);
-    bool Initialized(void);
-
-    //SETTERS
-    void setChannelGain(int channel,int gain);
-    void enableChannel(int channel);
-    void disableChannel(int channel);
-    void setInitialized(bool init);
-};
-#endif
\ No newline at end of file