INSAT Mini Project

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
3:454541a079f4
Parent:
1:1de1ea2994d9
Child:
4:a5abf7757947
--- a/Components/Interfaces/LightSensor.h	Thu Sep 10 08:40:54 2015 +0000
+++ b/Components/Interfaces/LightSensor.h	Fri Sep 11 14:39:00 2015 +0200
@@ -44,14 +44,14 @@
 #include <GenericSensor.h>
 
 /* Classes  ------------------------------------------------------------------*/
-/** An abstract class for Humidity sensors
+/** An abstract class for ambient light sensors
  */
 class LightSensor : public GenericSensor
 {
  public:
     /**
      * @brief       Get current light [lux]
-     * @param[out]  pfData Pointer to where to store light to
+     * @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;