Arduino PID Library

Continuing the discussion from Connection through an Asus RT-AC66U:

@neuromancer do you mean this library?
http://playground.arduino.cc/Code/PIDLibrary

Please confirm, and I'll add it to our backlog.

If so, that does look pretty platform independent. If, in fact, it is totally platform independent, it would work to simply paste the library code into your sketch. Worth a try if you want to work with it sooner rather than later.

Yep, that’s it. I think it uses the millis() function, I haven’t got that deep into the Spark core yet if there are the same.

1 Like

Excellent, thanks. Added to our backlog!

With the PID Library, I could turn my Spark Core into a bonafide OPAMP! :grin:

I’ll be attempting to use the PID library for my first project

1 Like