filtering the signal needs tweaking but timing works,

Fork of SigInterpreter by Fabian van Hummel

SigInterpreter.h

Committer:
fabian101
Date:
2016-10-28
Revision:
2:ad96602f71c0
Parent:
1:665ee7703fbe

File content as of revision 2:ad96602f71c0:

#ifndef SIGINTERPRETER_H
#define SIGINTERPRETER_H

#include "initialize.h"



class SigInterpreter {

public:

    SigInterpreter();
    double readValue(int);
    double filter(float);

private:
    
};
#endif /* SIGINTERPRETER_H */