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:
2:e2bf4d06a8fc
--- a/Sensors/LightSensor.h	Mon Aug 01 15:06:25 2016 +0000
+++ b/Sensors/LightSensor.h	Tue Sep 27 11:28:52 2016 +0000
@@ -41,12 +41,12 @@
 #define __LIGHT_SENSOR_CLASS_H
 
 /* Includes ------------------------------------------------------------------*/
-#include "Component_class.h"
+#include <ComponentObject.h>
 
 /* Classes  ------------------------------------------------------------------*/
 /** An abstract class for ambient light sensors
  */
-class LightSensor : public Component
+class LightSensor : public ComponentObject
 {
  public:
     /**