robot

Dependencies:   FastPWM3 mbed

Revision:
212:1e370ffcb73d
Parent:
211:3193c31cb1b7
Child:
213:2218bab57355
--- a/main.cpp	Sat Apr 28 21:33:05 2018 +0000
+++ b/main.cpp	Sun Apr 29 03:16:14 2018 +0000
@@ -173,7 +173,7 @@
 }
 
 int main() {    
-    dq = new DirectMapper(50.0f, 0.0f);//InterpolatingLutMapper();
+    dq = new DirectMapper(0.0f, 50.0f);//InterpolatingLutMapper();
     th = new LimitingThrottleMapper(1500.0f);
 
     BREMSInit(&io, &read, &foc, &control, false);