changes to motor library

Dependents:   pid-car-example

Fork of motor by Lawrence Harlow

Branch:
motorupdate
Revision:
23:96c36a38d83b
Parent:
22:85cf7b6b0422
Child:
33:734ce4c36c3f
diff -r 85cf7b6b0422 -r 96c36a38d83b motor.h
--- a/motor.h	Wed Nov 30 11:32:36 2016 +0000
+++ b/motor.h	Wed Dec 07 16:00:30 2016 +0000
@@ -13,5 +13,5 @@
 //Corner Control
 
 void dutyCycleCorner( float speed, float angle);
-void sensorCorner(float &w1,float &w2,float theta,int speed);
+void sensorCorner(float &w1,float &w2,float theta,float speed);