Official interfaces for ST components.

Dependents:   X_NUCLEO_IKS01A1 mDot_X_NUCLEO_IKS01A1 53L0A1 X_NUCLEO_IKS01A1 ... more

Fork of ST_INTERFACES by Davide Aliprandi

This library contains all abstract classes which together constitute the common API to which all existing and future ST components will adhere to.

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