changes to motor library
Fork of motor by
Diff: motor.h
- Branch:
- motorupdate
- Revision:
- 23:96c36a38d83b
- Parent:
- 22:85cf7b6b0422
- Child:
- 33:734ce4c36c3f
--- 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);