Skip to content

Releases: RobTillaart/MS5611

0.4.1 release

25 Oct 15:46
0024c78
Compare
Choose a tag to compare
  • add float getPressurePascal() Pascal == SI-unit
  • add uint8_t getAddress() convenience function.
  • add uint16_t getCRC() experimental
  • update examples
  • update readme.md
  • minor edits

0.4.0 release

14 Nov 15:13
9e030a4
Compare
Choose a tag to compare
simplify begin - Wire dependency (#36)

- simplify begin()
- refactor constructor
- update readme.md
- update examples
- add ESP32 and RP2040 minimal example.
- update keywords.txt

0.3.9 release

27 Oct 11:23
23e4a33
Compare
Choose a tag to compare
fix #33 factor 2 pressure (#34)

- add RP2040 support to build-CI
- add CHANGELOG.md
- add getManufacturer()
- add getSerialCode()
- add parameter mathMode to **reset()** to switch between pressure math.

0.3.8 release

25 Jan 14:24
23f03ca
Compare
Choose a tag to compare
add compensation + test ROM in reset (#28)

* add compensation + test ROM in reset

0.3.7 release

23 Jan 13:54
46d800c
Compare
Choose a tag to compare
add getDeviceID() (#27)

* add getDeviceID()
* add default address

0.3.6 release

16 Jan 09:00
9ad86d3
Compare
Choose a tag to compare
add offset functions, refactor (#22)

* add offset functions, refactor
* update convert timing - use MAX - issue 23

0.3.5 release

14 Jan 12:32
62b8543
Compare
Choose a tag to compare
fix isConnected() for NANO 33 BLE (#20)

0.3.4 release

29 Dec 16:23
b28135b
Compare
Choose a tag to compare
Fix #16 lvalue required as left operand (#18)

0.3.3 release

27 Dec 19:32
5bd34d7
Compare
Choose a tag to compare
Updated oversampling timings and information (#15)

* Updated oversampling and reset timings and information according to datasheet

0.3.2 release

24 Dec 08:49
b875f3a
Compare
Choose a tag to compare
add unit tests, fix backwards compatibility, version (#14)

* add unit tests, fix backwards compatibility, version