changes to motor library

Dependents:   pid-car-example

Fork of motor by Lawrence Harlow

Branch:
motorupdate
Revision:
22:85cf7b6b0422
Parent:
21:aaa482dad274
Child:
23:96c36a38d83b
--- a/motor.h	Wed Nov 30 11:15:31 2016 +0000
+++ b/motor.h	Wed Nov 30 11:32:36 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,int speed);