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/MagneticSensor.h
- Revision:
- 1:a7810e7acf8d
- Parent:
- 0:f6dd8f22f875
- Child:
- 3:b1bb477e115e
--- a/Sensors/MagneticSensor.h Mon Aug 01 15:06:25 2016 +0000
+++ b/Sensors/MagneticSensor.h Tue Sep 27 11:28:52 2016 +0000
@@ -41,12 +41,12 @@
#define __MAGNETIC_SENSOR_CLASS_H
/* Includes ------------------------------------------------------------------*/
-#include <Component_class.h>
+#include <ComponentObject.h>
/* Classes ------------------------------------------------------------------*/
/** An abstract class for a magnetometer
*/
-class MagneticSensor : public Component
+class MagneticSensor : public ComponentObject
{
public:
/**
