stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller_2 by N K

Revision:
52:4d4b2b3ef8dc
Parent:
51:14112834b067
--- a/main.cpp	Sun Apr 26 10:52:08 2015 +0000
+++ b/main.cpp	Sat May 02 00:09:09 2015 +0000
@@ -22,4 +22,5 @@
     context->AttachCallBack(&debug, 10);
     context->AttachCallBack(&log, 500);
     context->Start();
+    
 }