Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Hook.cpp Source File

Hook.cpp

00001 extern "C"{
00002     #include <stdint.h>
00003 }
00004 #include "Hook.h"
00005 
00006 // Hook is just a glorified FPointer
00007 
00008 Hook::Hook(){}