smoothie port to mbed online compiler (smoothieware.org)

Dependencies:   mbed

For documentation, license, ..., please check http://smoothieware.org/

This version has been tested with a 3 axis machine

libs/Hook.h

Committer:
scachat
Date:
2012-07-31
Revision:
0:31e91bb0ef3c

File content as of revision 0:31e91bb0ef3c:

#ifndef HOOK_H
#define HOOK_H
#include "libs/FPointer.h"

class Hook : public FPointer {
    public:
        Hook();
        double           frequency;
        double           counter;
};

#endif