Prius IPM controller

Dependencies:   mbed

Fork of analoghalls5_5 by N K

callbacks.h

Committer:
bwang
Date:
2015-03-16
Revision:
35:83cf9564bd0c
Parent:
24:f1ff9c7256b5

File content as of revision 35:83cf9564bd0c:

#ifndef __CALLBACKS_H
#define __CALLBACKS_H

#include "context.h"

void fast(Context *c);
void slow(Context *c);
void debug(Context *c);
void log(Context *c);

#endif