Module 9 Super Team / PIDController1

Fork of PIDController by Kevin Hetterscheid

Revision:
8:ef6b758b73da
Parent:
7:0fb420b3434f
Child:
9:d04d028ccfe8
--- a/pidControl.h	Tue Oct 20 11:23:35 2015 +0000
+++ b/pidControl.h	Tue Oct 20 11:38:06 2015 +0000
@@ -1,3 +1,3 @@
-void PID_initialize();
+void PID_init();
 void getCurrent(double& a, double& b);
 int move(double a, double b);
\ No newline at end of file