Six crescent shaped legs

Dependencies:   mbed

Smoother.hpp

Committer:
sim642
Date:
2016-06-21
Revision:
47:4f418a4b0051
Parent:
7:8dcdb39efc0e

File content as of revision 47:4f418a4b0051:

#ifndef SMOOTHER_H
#define SMOOTHER_H

class Smoother
{
public:
    virtual float smooth(float value) = 0;
};

#endif // SMOOTHER_H