INSAT Mini Project
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_6180XA1 by
Diff: Components/Interfaces/LightSensor.h
- Revision:
- 4:a5abf7757947
- Parent:
- 3:454541a079f4
- Child:
- 12:71d589e6fd2c
--- a/Components/Interfaces/LightSensor.h Fri Sep 11 14:39:00 2015 +0200 +++ b/Components/Interfaces/LightSensor.h Thu Sep 17 10:41:21 2015 +0200 @@ -54,7 +54,7 @@ * @param[out] piData Pointer to where to store light to * @return 0 in case of success, an error code otherwise */ - virtual int GetLight(int *piData) = 0; + //virtual int GetLight(int *piData) = 0; }; -#endif /* __LIGHT_SENSOR_CLASS_H */ \ No newline at end of file +#endif /* __LIGHT_SENSOR_CLASS_H */