stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller_2 by N K

Revision:
38:232c51b6853f
Parent:
24:f1ff9c7256b5
Child:
42:e4f35ff78d91
--- a/callbacks.h	Thu Apr 16 07:12:36 2015 +0000
+++ b/callbacks.h	Thu Apr 16 21:57:38 2015 +0000
@@ -4,6 +4,7 @@
 #include "context.h"
 
 void fast(Context *c);
+void fast_test(Context *c);
 void slow(Context *c);
 void debug(Context *c);
 void log(Context *c);