Skip to content

Releases: adafruit/Adafruit_TSL2591_Library

1.4.5 Bump version in library.properties

15 Nov 15:20
a857bf9
Compare
Choose a tag to compare

What's Changed

  • Update version number to 1.4.5 by @tyeth in #51

Full Changelog: 1.4.4...1.4.5

1.4.4 - Updated CI Actions versions

22 May 17:03
Compare
Choose a tag to compare
Update CI action versions

1.4.3 - Fix Build Errors on ESP32

06 Jul 18:09
db71874
Compare
Choose a tag to compare

What's Changed

  • Fix build warnings treated as errors by arduino-esp32 v2.0.4 by @brentru in #50

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2 - Created keyword.txt

19 Oct 17:31
1f1e44e
Compare
Choose a tag to compare

1.4.1 - Tweaked memory allocation and cleanup

27 Aug 17:59
1866c15
Compare
Choose a tag to compare
Merge pull request #48 from caternuson/mem_tweak

Tweak memory alloc and cleanup

1.4.0 - Moved library to BusIO

03 Aug 16:39
750bb94
Compare
Choose a tag to compare
Merge pull request #47 from caternuson/iss46_busio

Convert to BusIO

1.3.1 - Fixed begin function return

23 Mar 18:30
361e4da
Compare
Choose a tag to compare

1.3.0 - Added the option for the user to manually set the i2c address

16 Feb 20:05
13c5776
Compare
Choose a tag to compare

1.2.1 Move to actions, clang

29 Feb 01:39
f7aa265
Compare
Choose a tag to compare
Update library.properties

1.2.0 - Added an optional wire param to begin

16 Jan 18:40
a0e2bd8
Compare
Choose a tag to compare

This release adds support to optionally pass a wire instance into begin, courtesy of @j0uni