a fork of priustroller

Dependencies:   mbed

Fork of priustroller_current by N K

Revision:
46:bd39f7e6e37f
Parent:
42:e4f35ff78d91
Child:
47:f5b1ff02c656
--- a/main.cpp	Thu Apr 16 23:20:24 2015 +0000
+++ b/main.cpp	Thu Apr 16 23:31:43 2015 +0000
@@ -17,6 +17,7 @@
     context->ConfigurePositionSensor(A3, A4, 0.366f, 0.655f, 0.355f, 0.626f, 205.0f);
     context->ConfigureReference(80.0f);  // max phase current
     //context->ConfigureDebugger(2, 4000);
+    context->Start();
     for (;;) {
         fast_test2(context);
     }