changes to motor library
Fork of motor by
motor.h
- Committer:
- lh14g13
- Date:
- 2017-04-28
- Branch:
- motorupdate
- Revision:
- 48:2e39f9fca850
- Parent:
- 47:bafec50148b6
- Child:
- 49:98fb0d816007
File content as of revision 48:2e39f9fca850:
#include "mbed.h" #include "TFC.h" #include <math.h> #include "angular_speed.h" void runMotor(); void DefaultMode(); //Speed control float setDutyCycle(float dutyC, int w,int targetW); //Corner Control void dutyCycleCorner( float speed, float angle,float tuner); void sensorCorner(float &w1,float &w2,float theta,float speed, float tune); //int cornerlimiter = 10;