stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller_2 by N K

callbacks.h

Committer:
bwang
Date:
2015-04-16
Revision:
42:e4f35ff78d91
Parent:
38:232c51b6853f
Child:
45:a478506acc92

File content as of revision 42:e4f35ff78d91:

#ifndef __CALLBACKS_H
#define __CALLBACKS_H

#include "context.h"

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

#endif