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:
- 29:2b256a7ce0ae
- Parent:
- 28:f4a4ee58d57e
- Child:
- 32:1e4919a44196
--- a/PIDController.h Tue Jun 14 09:46:31 2016 +0000
+++ b/PIDController.h Tue Jun 14 09:57:44 2016 +0000
@@ -19,7 +19,7 @@
virtual void update();
virtual std::string get_name();
-
+ float getSaltInGrams();
private:
SensorController *temp;