stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller by Bayley Wang

Revision:
24:f1ff9c7256b5
Parent:
11:dccbaa9274c5
--- a/callbacks.h	Mon Mar 09 08:28:22 2015 +0000
+++ b/callbacks.h	Mon Mar 09 11:33:14 2015 +0000
@@ -6,5 +6,6 @@
 void fast(Context *c);
 void slow(Context *c);
 void debug(Context *c);
+void log(Context *c);
 
 #endif
\ No newline at end of file