Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed DRV88255 TextLCD Ping mbed-rtos
Diff: PIDController.h
- Revision:
- 78:a44ad011dd41
- Parent:
- 65:b277b4067d4a
--- a/PIDController.h Wed Jun 22 12:10:24 2016 +0000
+++ b/PIDController.h Wed Jun 22 13:17:05 2016 +0000
@@ -30,6 +30,8 @@
this->heating = false;
}
+ ~PIDController();
+
virtual void update();
virtual std::string getName();