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:
- 58:b5f0c0f305ff
- Parent:
- 27:4f73f754fdc9
- Child:
- 66:133398875949
--- a/ProximityController.h Sun Jun 19 22:21:08 2016 +0000
+++ b/ProximityController.h Sun Jun 19 22:39:16 2016 +0000
@@ -5,6 +5,7 @@
#include "Ping.h"
#include "mbed.h"
#include "SensorController.h"
+#include "settings.h"
class ProximityController : public SensorController {
public:
@@ -16,7 +17,7 @@
float getDistance();
- virtual std::string get_name();
+ virtual std::string getName();
private:
float distance;