Skip to content
Snippets Groups Projects
Commit fb1abe26 authored by fleur's avatar fleur
Browse files

fixed docs

parent a345b8cf
Branches
No related tags found
No related merge requests found
Pipeline #3266 passed
......@@ -1391,8 +1391,6 @@ API(API_LIGHT_SENSOR_STOP, int epic_light_sensor_stop());
* Get the light level directly. Each call has an intrinsic delay of about 240us, I recommend another 100-300us delay via utime.sleep_ms() between calls. Whether or not the IR LED is fast enough is another issue.
*
* :return: Light level
*
* - ``-ENODATA``: Continuous readout not currently running.
*/
API(API_LIGHT_SENSOR_READ, uint16_t epic_light_sensor_read(void));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment