Howdy friends,
I've been using this PID library a few years back but it does not compile anymore.
Too bad, because I love it and it took me a long time to figure it....
I think I could change some syntax in the .H file to make it play nice with my 1.8 IDE.
But I don't know how, please help,
Mitch
The error is
PID_Basic:16:57: error: no matching function for call to 'PID::PID(double*, double*, double*, double&, double&, double&, int)'
PID myPID(&Input, &Output, &Setpoint, Kp, Ki, Kd, DIRECT);
you can duplicate the problem running the "basic" example
Thanks