adafruit / Adafruit_TSL2591_Library

This is an Arduino library for the TSL2591 digital luminosity (light) sensors.
58 stars 48 forks source link

Add NPAI threshold #32

Closed s-light closed 10 months ago

s-light commented 5 years ago
s-light commented 5 years ago

i tested all three examples with a ItsyBitsy M4 Express and the TSL2591 Adafruit Module. they all three compiled and worked fine.

in my next step i will try to create a example that uses the hardware interrupt to free the processor from polling. This is the basis for the next step: my goal is to implement an auto-gain adjustment.

s-light commented 4 years ago

i have cleaned the library.properties conflict.. this way currently the version is not updated..

caternuson commented 10 months ago

Closing. This would need to be rebased on current library code. It would also be better to submit things in smaller separate pull requests.

s-light commented 10 months ago

ok. if i get any a project / any time again i will try to redo the pullrequest in smaller parts... no idea if / when this will happen..