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:
- 25:169672dbab91
- Parent:
- 10:fd4670ec0806
- Child:
- 27:4f73f754fdc9
diff -r 46cc7d776988 -r 169672dbab91 ProximityController.h
--- a/ProximityController.h Mon Jun 13 13:47:33 2016 +0000
+++ b/ProximityController.h Mon Jun 13 13:49:40 2016 +0000
@@ -14,11 +14,13 @@
virtual float getValue();
+ float getDistance();
+
virtual std::string get_name();
private:
float distance;
-
+ float volumel
};