stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller_2 by N K

Revision:
48:28edb4c5c04b
Parent:
47:f5b1ff02c656
Child:
49:0603121a0538
--- a/main.cpp	Thu Apr 16 23:36:51 2015 +0000
+++ b/main.cpp	Fri Apr 17 05:19:21 2015 +0000
@@ -20,7 +20,8 @@
     context->Start();
     for (;;) {
         fast_test2(context);
-        wait_us(200);
+        wait_us(500);
+        slow(context);
     }
     /*
     context->AttachCallBack(&fast, 5000);