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
2 merge requests!260blinkisync as preload,!236issue 118 ambient light sensor max framerate
...@@ -1391,8 +1391,6 @@ API(API_LIGHT_SENSOR_STOP, int epic_light_sensor_stop()); ...@@ -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. * 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 * :return: Light level
*
* - ``-ENODATA``: Continuous readout not currently running.
*/ */
API(API_LIGHT_SENSOR_READ, uint16_t epic_light_sensor_read(void)); 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