Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debounce light sensor #45

Open
jualvarez opened this issue Nov 4, 2015 · 1 comment
Open

Debounce light sensor #45

jualvarez opened this issue Nov 4, 2015 · 1 comment

Comments

@jualvarez
Copy link

First of all, thanks for your amazing work. I have been testing the light sensor, and it works fantastic in general, but I have noticed, that in low light conditions, the sensor is somewhat unstable and the backlight changes constantly, making it uncomfortable. Maybe a debounce algorythm can be implemented to prevent this? Thanks!

@pfps
Copy link
Owner

pfps commented Nov 4, 2015

Implementing some inertia in the light output is a good idea. I'm not sure
exactly what algorithm is needed here, and I don't have time to work on it
right now. If anyone wants to give it a whirl, go ahead.

peter

On 11/03/2015 06:02 PM, jualvarez wrote:

First of all, thanks for your amazing work. I have been testing the light
sensor, and it works fantastic in general, but I have noticed, that in low
light conditions, the sensor is somewhat unstable and the backlight changes
constantly, making it uncomfortable. Maybe a debounce algorythm can be
implemented to prevent this? Thanks!


Reply to this email directly or view it on GitHub
#45.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants