Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 11 months ago.
Can someone pls help me move this PID code to a Class Entension? I'm out of my league.
I've written this PID demo for managing heaters, but I know it "should" be a class extension, not a standalone that merely calls the PID class...
https://developer.mbed.org/teams/FRDM-K64F-Code-Share/code/PIDHeater/
However, I'm not well versed in Object Oriented coding...
Any guidance would be appreciated.