stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller_2 by N K

callbacks.h

Committer:
bwang
Date:
2016-01-31
Revision:
56:85a26f839af2
Parent:
49:0603121a0538
Child:
52:4d4b2b3ef8dc

File content as of revision 56:85a26f839af2:

#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