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: ST_INTERFACES X_NUCLEO_COMMON
Dependents: Ultrasound_And_IMU
Fork of X_NUCLEO_6180XA1 by
Diff: Components/Interfaces/RangeSensor.h
- Revision:
- 47:2fc173b227d4
- Parent:
- 38:18abb7f7dcb2
diff -r 116dadbc80f1 -r 2fc173b227d4 Components/Interfaces/RangeSensor.h
--- a/Components/Interfaces/RangeSensor.h Thu May 19 14:11:25 2016 +0000
+++ b/Components/Interfaces/RangeSensor.h Mon May 23 09:59:39 2016 +0000
@@ -41,12 +41,12 @@
#define __RANGE_SENSOR_CLASS_H
/* Includes ------------------------------------------------------------------*/
-#include "GenericSensor.h"
+#include "Component_class.h"
/* Classes ------------------------------------------------------------------*/
/** An abstract class for range sensors
*/
-class RangeSensor : public GenericSensor
+class RangeSensor : public Component
{
public:
/**
