smoothie port to mbed online compiler (smoothieware.org)

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Hook.h Source File

Hook.h

00001 #ifndef HOOK_H
00002 #define HOOK_H
00003 #include "libs/FPointer.h"
00004 
00005 class Hook : public FPointer {
00006     public:
00007         Hook();
00008         double           frequency;
00009         double           counter;
00010 };
00011 
00012 #endif