Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Dependents: Ultrasound_And_IMU
Fork of X_NUCLEO_6180XA1 by
Diff: Components/Interfaces/LightSensor.h
- 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;
