a fork of priustroller

Dependencies:   mbed

Fork of priustroller_current by N K

callbacks.h

Committer:
nki
Date:
2015-05-21
Revision:
55:f102d271e808
Parent:
49:0603121a0538
Child:
52:4d4b2b3ef8dc

File content as of revision 55:f102d271e808:

#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