stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller_2 by N K

callbacks.h

Committer:
nki
Date:
2015-04-21
Revision:
49:0603121a0538
Parent:
45:a478506acc92
Child:
52:4d4b2b3ef8dc

File content as of revision 49:0603121a0538:

#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