filtering the signal needs tweaking but timing works,

Fork of SigInterpreter by Fabian van Hummel

SigInterpreter.h

Committer:
fabian101
Date:
2016-10-21
Revision:
1:665ee7703fbe
Child:
2:ad96602f71c0

File content as of revision 1:665ee7703fbe:

#ifndef SIGINTERPRETER_H
#define SIGINTERPRETER_H

#include "initialize.h"

class SigInterpreter {

public:

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

private:

};
#endif /* SIGINTERPRETER_H */