Skip to content

Releases: adafruit/Adafruit_BME280_Library

2.2.4 Bump version in library.properties

15 Nov 15:31
9412f3d
Compare
Choose a tag to compare

What's Changed

  • Update version number to 2.2.4 by @tyeth in #110

Full Changelog: 2.2.3...2.2.4

2.2.3 - Updated CI Actions versions

22 May 16:43
e4fe621
Compare
Choose a tag to compare
Merge pull request #107 from caternuson/ci_update

Update CI action versions

2.2.2 - Fixed typo

21 Dec 03:57
427d80d
Compare
Choose a tag to compare
Bump to 2.2.2

2.2.1 - Tweaked memory allocation and cleanup

27 Aug 17:28
a9c8219
Compare
Choose a tag to compare
Merge pull request #98 from caternuson/mem_tweak

Tweak memory alloc and cleanup

2.2.0 - Convert to BusIO

31 Jul 21:31
587329a
Compare
Choose a tag to compare
Merge pull request #97 from caternuson/iss23_busio

Convert to BusIO

2.1.4 - Fixed incorrect return value from getTemperatureCompensation()

17 May 19:19
ee53e8b
Compare
Choose a tag to compare

2.1.3 - Changed from asterisk to degree sign for temperature

04 May 18:29
987e4a5
Compare
Choose a tag to compare

2.1.2 - Added timeout to takeForcedMeasurement and added return value

03 Nov 22:02
e8a7e29
Compare
Choose a tag to compare

2.1.1 - Updated README.md

30 Sep 19:43
47a3566
Compare
Choose a tag to compare

2.1.0- Added temperature compensation

17 Aug 21:59
2046f41
Compare
Choose a tag to compare

This release adds accessors for temperature compensation. Thanks to @AgentZombie for the contribution