kobe leysen / Mbed 2 deprecated TEST

Dependencies:   DAQ mbed-rtos mbed

Revision:
2:7f7eb0cc78a4
Parent:
1:fa51edf89e71
--- a/DAQ/Measurement.h	Thu Apr 24 10:39:09 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-#ifndef MEASUREMENT_H
-#define MEASUREMENT_H
-
-class Measurement
-{
-private:
-    int *punten;
-    bool *puntEnabled;
-    
-public:
-    Measurement(void);
-    ~Measurement(void);
-
-    //GETTERS
-    int getPunt(int channel);
-    bool Enabled(int channel);
-
-    //SETTERS
-    void setPunt(int channel,int punt);
-    void Enable(int channel);
-    void Disable(int channel);
-};
-#endif
\ No newline at end of file