Sam Walsh / X_NUCLEO_6180XA1

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   Ultrasound_And_IMU

Fork of X_NUCLEO_6180XA1 by ST

Revision:
47:2fc173b227d4
Parent:
38:18abb7f7dcb2
Child:
50:18e064bfb156
--- a/Components/Interfaces/LightSensor.h	Thu May 19 14:11:25 2016 +0000
+++ b/Components/Interfaces/LightSensor.h	Mon May 23 09:59:39 2016 +0000
@@ -41,12 +41,12 @@
 #define __LIGHT_SENSOR_CLASS_H
 
 /* Includes ------------------------------------------------------------------*/
-#include "GenericSensor.h"
+#include "Component_class.h"
 
 /* Classes  ------------------------------------------------------------------*/
 /** An abstract class for ambient light sensors
  */
-class LightSensor : public GenericSensor
+class LightSensor : public Component
 {
  public:
     /**