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: MockSensorController.cpp
- Revision:
- 57:8dc3192ff150
- Parent:
- 38:930469a33001
- Child:
- 66:133398875949
--- a/MockSensorController.cpp Sun Jun 19 20:55:16 2016 +0000
+++ b/MockSensorController.cpp Sun Jun 19 22:21:08 2016 +0000
@@ -4,7 +4,7 @@
this->i++;
}
-std::string MockSensorController::get_name() {
+std::string MockSensorController::getName() {
return "MockSensorController";
}