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: ProximityController.h
- Revision:
- 24:eeef4009640d
- Parent:
- 10:fd4670ec0806
--- a/ProximityController.h Mon Jun 13 12:57:14 2016 +0000
+++ b/ProximityController.h Mon Jun 13 13:41:25 2016 +0000
@@ -15,9 +15,11 @@
virtual float getValue();
virtual std::string get_name();
+ float getDistance();
private:
float distance;
+ float volume;
};