adafruit / Adafruit_TSL2591_Library

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

Support for defining Wire implementation #34

Closed j0uni closed 4 years ago

j0uni commented 4 years ago

Just implementation to support to define TwoWire instance to use.

ladyada commented 4 years ago

hihi thank you! could you add the doxygen documentation so it passes travis? https://travis-ci.com/adafruit/Adafruit_TSL2591_Library/jobs/274584666#L372

ladyada commented 4 years ago

thanks - what hardware did you test with?

j0uni commented 4 years ago

thanks - what hardware did you test with?

ESP32, running smoothly. It is just a copy of the same implementation at your TSL2561 library.

j0uni commented 4 years ago

Thanks for adding this and your great work. Nice to help a bit.

ladyada commented 4 years ago

yay! thanks :)