robot

Dependencies:   FastPWM3 mbed

Revision:
169:80686bfd1fe9
Parent:
168:64a98ff3fb63
Child:
170:e2c3b5a938e7
--- a/main.cpp	Sun Oct 01 08:00:49 2017 +0000
+++ b/main.cpp	Thu Nov 23 04:56:04 2017 +0000
@@ -186,7 +186,7 @@
 
 int main() {    
     dq = new LutMapper();
-    th = new AutoThrottleMapper(50.0f, 3.0f);//NullThrottleMapper();
+    th = new NullThrottleMapper();
     
     BREMSInit(&io, &read, &foc, &control, false);