Module 9 Super Team / PIDController1

Fork of PIDController by Kevin Hetterscheid

pidControl.h

Committer:
AeroKev
Date:
2015-10-26
Revision:
12:84f2c63f9b98
Parent:
11:7f41fac17c48
Child:
13:41d897396fb5

File content as of revision 12:84f2c63f9b98:

void PID_init();
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);