Module 9 Super Team / PIDController1

Fork of PIDController by Kevin Hetterscheid

Committer:
AeroKev
Date:
Thu Oct 22 14:44:18 2015 +0000
Revision:
11:7f41fac17c48
Parent:
10:f05bd773b66c
Child:
12:84f2c63f9b98
da

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AeroKev 9:d04d028ccfe8 1 void PID_init(double a, double b);
AeroKev 6:48bb8aa4888b 2 void getCurrent(double& a, double& b);
AeroKev 9:d04d028ccfe8 3 void rotate(double a, double b);
AeroKev 10:f05bd773b66c 4 void moveTick();
AeroKev 10:f05bd773b66c 5 void PID_stop();
AeroKev 10:f05bd773b66c 6 void moveOneMotor(int num, int dir);
AeroKev 11:7f41fac17c48 7 double getOffset(int a);
AeroKev 11:7f41fac17c48 8 void push(double a, double b);