Releases: adafruit/Adafruit_TSL2591_Library
Releases · adafruit/Adafruit_TSL2591_Library
1.4.5 Bump version in library.properties
1.4.4 - Updated CI Actions versions
Update CI action versions
1.4.3 - Fix Build Errors on ESP32
1.4.2 - Created keyword.txt
Bump to 1.4.2
1.4.1 - Tweaked memory allocation and cleanup
Merge pull request #48 from caternuson/mem_tweak Tweak memory alloc and cleanup
1.4.0 - Moved library to BusIO
Merge pull request #47 from caternuson/iss46_busio Convert to BusIO
1.3.1 - Fixed begin function return
Bump to 1.3.1
1.3.0 - Added the option for the user to manually set the i2c address
1.2.1 Move to actions, clang
Update library.properties
1.2.0 - Added an optional wire param to begin
This release adds support to optionally pass a wire instance into begin, courtesy of @j0uni