Module 9 Super Team / PIDController1

Fork of PIDController by Kevin Hetterscheid

pidControl.h

Committer:
AeroKev
Date:
2015-10-22
Revision:
11:7f41fac17c48
Parent:
10:f05bd773b66c
Child:
12:84f2c63f9b98

File content as of revision 11:7f41fac17c48:

void PID_init(double a, double b);
void getCurrent(double& a, double& b);
void rotate(double a, double b);
void moveTick();
void PID_stop();
void moveOneMotor(int num, int dir);
double getOffset(int a);
void push(double a, double b);