Skip to content

Releases: sparkfun/SparkFun_BME280_Arduino_Library

Fix ESP8266 compile issues

09 May 14:16
8806f66
Compare
Choose a tag to compare
Merge pull request #53 from jnslr/master

change byte to uint8_t to avoid naming conflict with ESP8266 toolchain

Remove Wire.begin(). Add data burst read method.

31 Dec 03:45
Compare
Choose a tag to compare
v2.0.9

Update library.properties

Adding get/set for temperature correction

27 Nov 18:59
Compare
Choose a tag to compare

It is good practice to not expose variables such as this to the user, and instead to have getters/setters.

Updating SPISettings To allow modification of modes

18 Nov 19:15
Compare
Choose a tag to compare
v2.0.7

updating SPISettings config

Fixing issue with multiple calls of Begin to get chipID

30 Oct 18:02
Compare
Choose a tag to compare
v2.0.6

bumping to v2.0.6, not calling begin multiple times to get chip ID

v2.0.5

07 Oct 22:15
Compare
Choose a tag to compare

Fix a name collision

Fix issue 30, corrects alt coefficient

10 Dec 21:53
Compare
Choose a tag to compare

Add temp correction

04 Nov 16:07
Compare
Choose a tag to compare
v2.0.3

Lib ver roll

Add dewpoint calcs

04 Nov 00:54
Compare
Choose a tag to compare
v2.0.2

Lib ver roll

More functions exposed

24 Mar 04:01
Compare
Choose a tag to compare

Wire port is now definable (for example Wire1, softWire, etc). Filter, tStandby, and over sample levels are set via functions. Local pressure reference is now settable. Added and sorted the examples.