Skip to content

Releases: sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library

Version 1.1.4

19 Oct 10:33
Compare
Choose a tag to compare

This release:

  • Corrects issue #6 (caused by calling reset before begin)
    • begin now calls reset internally
    • reset returns if called before begin (before TwoWire *_i2cPort is configured)

Version 1.1.3

16 Oct 11:19
Compare
Choose a tag to compare

This release:

  • Resolves issue #4 - the TwoWire port can now be set via begin
  • Resolves issue #5 - the pressure units comment has been corrected

Fix issue with initializing I2C Bus on SAMD21, ESP8266

06 May 23:29
Compare
Choose a tag to compare
- fix issue where the a development board (i.e. SAMD21, ESP8266) hangs during upload by moving `Wire.begin()` into the example code rather than having it initialize in the .cpp file
- add library manager shortcut in example code
- autoformat

Keyword fix

15 Jul 17:31
Compare
Choose a tag to compare
v1.1.1

Lib ver roll

Integer math bug fixes

20 Jan 20:34
Compare
Choose a tag to compare

Squashed a few little bugs that were truncating values.