changes to motor library

Dependents:   pid-car-example

Fork of motor by Lawrence Harlow

motor.h

Committer:
lh14g13
Date:
2017-04-27
Branch:
motorupdate
Revision:
44:b46efc310b83
Parent:
33:734ce4c36c3f
Child:
46:2ba3e590f46a

File content as of revision 44:b46efc310b83:

#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);
void sensorCorner(float &w1,float &w2,float theta,float speed, float tune);
 int corner limiter = 10;