Prius IPM controller

Dependencies:   mbed

Fork of analoghalls5_5 by N K

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers callbacks.h Source File

callbacks.h

00001 #ifndef __CALLBACKS_H
00002 #define __CALLBACKS_H
00003 
00004 #include "context.h"
00005 
00006 void fast(Context *c);
00007 void slow(Context *c);
00008 void debug(Context *c);
00009 void log(Context *c);
00010 
00011 #endif