stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller by Bayley Wang

callbacks.h

Committer:
nki
Date:
2015-04-16
Revision:
36:11766b5da6ed
Parent:
24:f1ff9c7256b5

File content as of revision 36:11766b5da6ed:

#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