adafruit / Adafruit_TSL2591_Library

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

No need to wait for Wire.available(). #1

Closed Koepel closed 8 years ago

Koepel commented 9 years ago

This line is not correct : "while (! Wire.available());". After Wire.requestFrom() it is not correct to wait.

rwijngaa commented 8 years ago

Solved with #8