Official interfaces for ST components.
Dependents: X_NUCLEO_IKS01A1 mDot_X_NUCLEO_IKS01A1 53L0A1 X_NUCLEO_IKS01A1 ... more
Fork of ST_INTERFACES by
This library contains all abstract classes which together constitute the common API to which all existing and future ST components will adhere to.
Diff: Sensors/RangeSensor.h
- Revision:
- 1:a7810e7acf8d
- Parent:
- 0:f6dd8f22f875
- Child:
- 2:e2bf4d06a8fc
--- a/Sensors/RangeSensor.h Mon Aug 01 15:06:25 2016 +0000
+++ b/Sensors/RangeSensor.h Tue Sep 27 11:28:52 2016 +0000
@@ -41,12 +41,12 @@
#define __RANGE_SENSOR_CLASS_H
/* Includes ------------------------------------------------------------------*/
-#include "Component_class.h"
+#include <ComponentObject.h>
/* Classes ------------------------------------------------------------------*/
/** An abstract class for range sensors
*/
-class RangeSensor : public Component
+class RangeSensor : public ComponentObject
{
public:
/**
