adafruit / Adafruit_TSL2591_Library

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

clipping fix, error handling, memory optimizations, ... #15

Closed rclasen closed 7 years ago

rclasen commented 7 years ago

Hi,

as noted in the actual commit messages, this pr is going to fix

It's also adding a new stripped down interface that

Actually, the old interface was converted into a wrapper for the stripped down one. Unfortunately, the diff became quite big due to this rearrangement.

Rainer

rclasen commented 7 years ago

new interface is still unsatisfying... will rework it.